Skip to content

Commit

Permalink
Golang CI lint "only-new-issues" needs perms to read PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetsarna committed May 17, 2023
1 parent b508d31 commit 7ba5f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- reopened
- synchronize

permissions:
contents: read
pull-requests: read

jobs:
checks:
name: Linting
Expand Down

0 comments on commit 7ba5f30

Please sign in to comment.