Skip to content

Commit

Permalink
chore: add ci permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jun 20, 2024
1 parent 268c316 commit 197bda3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
version: v1.56.2
permissions:
contents: read # Required: allow read access to the content for analysis.
pull-requests: read # Optional: allow read access to pull request. Use with `only-new-issues` option.
checks: write

0 comments on commit 197bda3

Please sign in to comment.