Skip to content

Commit 7801320

Browse files
Darth-Hidiousclaude
andcommitted
fix: add checks:write permission for security audit CI step
The rustsec/audit-check action needs checks:write to create GitHub check runs. Without it: "Resource not accessible by integration" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c80479 commit 7801320

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rust-backbone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
- "crates/**"
1717
- ".github/workflows/rust-backbone.yml"
1818

19+
permissions:
20+
contents: read
21+
checks: write
22+
1923
concurrency:
2024
group: rust-backbone-${{ github.ref }}
2125
cancel-in-progress: true

0 commit comments

Comments
 (0)