Skip to content

Commit ed3b2ca

Browse files
authored
Add explicit read-only permissions to CI workflow (#316)
1 parent 26c3b25 commit ed3b2ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ on:
2525
branches:
2626
- main
2727

28+
permissions:
29+
contents: read
30+
2831
concurrency:
2932
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
3033
cancel-in-progress: true

0 commit comments

Comments
 (0)