Skip to content

Commit

Permalink
ci: add GitHub token permissions for workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
  • Loading branch information
varunsh-coder committed Jul 10, 2022
1 parent 1132eb3 commit e9f2195
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -13,6 +13,9 @@ on:
- main
- dev-1

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e9f2195

Please sign in to comment.