Skip to content

Commit 2ff9004

Browse files
committed
Add "permissions" to example GHA YAML
1 parent 8b801fd commit 2ff9004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/github-actions/example-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
group: ${{ github.ref }}
1616
cancel-in-progress: true
1717

18+
permissions:
19+
contents: read
20+
1821
jobs:
1922

2023
generate-jobs:

0 commit comments

Comments
 (0)