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 970de94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- reopened
- synchronize

permissions:
contents: read

jobs:
checks:
name: Linting
Expand Down

0 comments on commit 970de94

Please sign in to comment.