Skip to content

Commit

Permalink
Add "permissions" to example GHA YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 27, 2023
1 parent 8b801fd commit 2ff9004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/github-actions/example-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:

generate-jobs:
Expand Down

0 comments on commit 2ff9004

Please sign in to comment.