Commit 443344a
authored
fix(ci): grant required permissions to execute-release caller (#798)
permissions: {} starved the GITHUB_TOKEN before any job could start,
causing startup_failure on every run since the workflow was introduced
on 2026-06-09. Same root cause as the promote-testing-to-main fix.
Top-level permissions must be a superset of what the reusable jobs need:
actions: read (check workflow runs)
contents: write (push stable tag / create release)
id-token: write (cosign OIDC signing in release-notes job)
issues: write (release gate comments)
packages: write (copy :testing → :stable in GHCR)
pull-requests: write (update promotion PR)
Assisted-by: Claude Sonnet 4.5 via pi1 parent 9e5d852 commit 443344a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments