Skip to content

Commit 1e784ea

Browse files
committed
ci: explicitly add permissions to CI workflow
1 parent 8f2ef5d commit 1e784ea

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)