Skip to content

Commit

Permalink
Set read only permissions to the check job (#3415)
Browse files Browse the repository at this point in the history
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
  • Loading branch information
nabokihms committed Mar 12, 2024
1 parent 053331d commit 1d973dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]

permissions:
contents: read

jobs:
release-label:
name: Release note label
Expand Down

0 comments on commit 1d973dd

Please sign in to comment.