Commit 158d485
committed
fix: 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_01K895Mx4NBdynhMVemAD1bv1 parent 48fb365 commit 158d485
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments