Skip to content

Commit 7ba5f30

Browse files
committed
Golang CI lint "only-new-issues" needs perms to read PRs
1 parent b508d31 commit 7ba5f30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- reopened
1010
- synchronize
1111

12+
permissions:
13+
contents: read
14+
pull-requests: read
15+
1216
jobs:
1317
checks:
1418
name: Linting

0 commit comments

Comments
 (0)