Skip to content

Commit 1300490

Browse files
authored
ci: add GitHub token permissions for workflow (#176)
1 parent 6b35bc0 commit 1300490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- master
1111
- next
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
lint:
1518
name: Lint - ${{ matrix.os }} - Node v${{ matrix.node-version }}

0 commit comments

Comments
 (0)