Skip to content

Commit 970de94

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yml

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

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
checks:
1417
name: Linting

0 commit comments

Comments
 (0)