Skip to content

Commit 669b4cd

Browse files
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

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
contents: write
10-
# id-token: write # Required by dd-octo-sts — re-enable when org support is added
10+
id-token: write # Required for cosign keyless signing (Sigstore OIDC) and dd-octo-sts
1111
packages: write
1212

1313
jobs:

0 commit comments

Comments
 (0)