Skip to content

Commit cff2029

Browse files
authored
Merge pull request #36 from EliahKagan/run-ci/workflow-permissions
Set explicit `contents: read` permissions in CI workflow
2 parents 6c8261a + 0ad0fa2 commit cff2029

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
branches:
1111
- main
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
build-and-test-linux:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)