Skip to content

Commit 39e0f25

Browse files
ry-opsclaude
andcommitted
Fix Claude workflow: add id-token permission
Add missing id-token: write permission required for OIDC token generation. This resolves the "Unable to get ACTIONS_ID_TOKEN_REQUEST_URL" error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a138dd2 commit 39e0f25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
contents: write
1313
issues: write
1414
pull-requests: write
15+
id-token: write
1516

1617
jobs:
1718
claude:

0 commit comments

Comments
 (0)