Skip to content

Commit a83204b

Browse files
committed
fix(ci): add permissions for contents in CI workflow
1 parent dacdf1d commit a83204b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
1214
strategy:
1315
matrix:
1416
node-version: [20, 22]

0 commit comments

Comments
 (0)