Skip to content

Commit

Permalink
ci: set permissions for GITHUB_TOKEN to read-all
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Rogozhkin <[email protected]>
  • Loading branch information
dvrogozh committed Jan 3, 2024
1 parent 96bae5f commit e8db6e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ master, 'release/*' ]

permissions: read-all

jobs:
verify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e8db6e7

Please sign in to comment.