Skip to content

Commit

Permalink
ci: Remove ci accidentally included permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Sep 10, 2024
1 parent 1b4cd7b commit 0937314
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ on:
push:
branches:
- main
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
golangci:
name: Run golangci-lint
Expand Down

0 comments on commit 0937314

Please sign in to comment.