Skip to content

Commit ebd5717

Browse files
authored
ci: add GitHub token permissions for workflow (#173)
1 parent 1edd3c1 commit ebd5717

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
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)