Skip to content

Commit

Permalink
ci: grant read permissions for lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Aug 15, 2022
1 parent 348b35b commit a8b1f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
permissions:
pull-requests: read
contents: read
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v2
Expand Down

0 comments on commit a8b1f80

Please sign in to comment.