Skip to content

Commit

Permalink
ci: add GitHub token permissions for workflow (mrdoob#24332)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
  • Loading branch information
varunsh-coder authored and abernier committed Sep 16, 2022
1 parent baff875 commit b855016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- 'docs/**'
- 'files/**'

permissions:
contents: read

jobs:

lint:
Expand Down

0 comments on commit b855016

Please sign in to comment.