Skip to content

Commit

Permalink
ci: add GitHub token permissions for workflow (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jul 26, 2022
1 parent 7515a5a commit d17562a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
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 d17562a

Please sign in to comment.