Skip to content

Commit a70cfe2

Browse files
committed
Add explicit minimal permissions to CI workflow
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 260bb83 commit a70cfe2

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
@@ -5,6 +5,9 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
811
concurrency:
912
group: ci-${{ github.workflow }}-${{ github.ref }}
1013
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

0 commit comments

Comments
 (0)