Skip to content

Commit

Permalink
ci: add GitHub token permissions for workflow (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <[email protected]>
  • Loading branch information
ersachin3112 and snitin315 authored Apr 23, 2023
1 parent d4d79fd commit 4fc8c0e
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 4fc8c0e

Please sign in to comment.