Skip to content

Commit 5b544f3

Browse files
lfranckeclaude
andcommitted
fix(ci): grant issues:write to security audit workflow
rustsec/audit-check files an advisory issue when warnings are found, which currently fails with "Resource not accessible by integration" because GITHUB_TOKEN only has contents:read. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8bb2127 commit 5b544f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security_audit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: read
12+
issues: write
1213

1314
jobs:
1415
audit:

0 commit comments

Comments
 (0)