Skip to content

Commit 249666e

Browse files
authored
ci: add GitHub token permissions for workflow (#144)
1 parent 44c5031 commit 249666e

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)