Skip to content

Commit 1c8c3f8

Browse files
authored
Scope down CI permissions
1 parent 34e2678 commit 1c8c3f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
jobs:
1414
nodejs-ubuntu-build:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
1618
strategy:
1719
matrix:
1820
node: [ 18, 19, 20, 21, 22, 23 ]

0 commit comments

Comments
 (0)