Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit d244e16

Browse files
committed
Add explicit permissions to CI workflow
1 parent 379d676 commit d244e16

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
branches:
66
- '**'
77

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

0 commit comments

Comments
 (0)