Skip to content

Commit 54df43a

Browse files
authored
ci: explicitly add permissions to CI workflow (#52)
1 parent 8f2ef5d commit 54df43a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
test:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)