Skip to content

Commit 5891d20

Browse files
Added write permissions to code-health workflow (#3434)
1 parent d8c5ead commit 5891d20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-health.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77
pull_request:
8+
permissions:
9+
pull-requests: write # For PR-specific operations
10+
issues: write # For commenting functionality
811
jobs:
912
golangci:
1013
name: lint

0 commit comments

Comments
 (0)