Skip to content

Commit 33dd9d1

Browse files
authored
ci: add GitHub token permissions for workflow (#4529)
1 parent 216e3cb commit 33dd9d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- next
1313
- v4
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
lint:
1720
name: Lint - ${{ matrix.os }} - Node v${{ matrix.node-version }}

0 commit comments

Comments
 (0)