Skip to content

Commit abe0100

Browse files
claudeenko
authored andcommitted
fix(ci): Add statuses:write permission to release workflow
The CI workflow's danger job declares `permissions: statuses: write`, which must be granted by the calling workflow. Without this permission, the reusable workflow call fails at parse time even though the danger job would be skipped (it only runs on pull_request events). https://claude.ai/code/session_01K895Mx4NBdynhMVemAD1bv
1 parent 48fb365 commit abe0100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717
pull-requests: write
1818
id-token: write
1919
attestations: write
20+
statuses: write
2021

2122
jobs:
2223
# Job 1: Run all CI checks first

0 commit comments

Comments
 (0)