Skip to content

Commit

Permalink
ci: add GitHub token permissions for workflow (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jul 25, 2022
1 parent 44c5031 commit 249666e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- master
- next

permissions:
contents: read

jobs:
lint:
name: Lint - ${{ matrix.os }} - Node v${{ matrix.node-version }}
Expand Down

0 comments on commit 249666e

Please sign in to comment.