Commit 669b4cd
fix(release): restore id-token permission for cosign keyless signing
Without `id-token: write`, cosign cannot obtain a Sigstore OIDC token
from the GitHub Actions runtime and falls back to an interactive
browser-based OAuth flow, requiring manual link clicks during release.
This permission was commented out alongside the dd-octo-sts work but
is independently required by cosign for keyless signing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0e8c75c commit 669b4cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments