Skip to content

Commit a126d5a

Browse files
rdimitrovclaude
andcommitted
Restore id-token: write for claude-code-action OIDC
Removed earlier as 'unused'. anthropics/claude-code-action@v1 needs id-token: write to fetch an OIDC token. Skill step was failing with "Could not fetch an OIDC token" on the first real dispatch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5be8d39 commit a126d5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/upstream-release-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ on:
4747
permissions:
4848
contents: write
4949
pull-requests: write
50+
# Required by anthropics/claude-code-action@v1 for OIDC token exchange.
51+
id-token: write
5052

5153
concurrency:
5254
# Workflow-level group so two simultaneous upstream releases don't

0 commit comments

Comments
 (0)