Skip to content

Commit

Permalink
gh: Add read permission to PRs for linter action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Dec 18, 2023
1 parent 011928b commit 5f292a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
permissions:
actions: write
issues: write
pull-requests: write
pull-requests: write|read
packages: read

env:
Expand Down

0 comments on commit 5f292a6

Please sign in to comment.