Skip to content

Commit b12be12

Browse files
david-fraleyclaude
andcommitted
fix: add id-token permission to classify-issue-severity workflow
The claude-code-action requires OIDC token authentication, which needs the id-token: write permission to be granted to the workflow. Fixes the error: "Failed to setup GitHub token: Error: Could not fetch an OIDC token. Did you remember to add `id-token: write` to your workflow permissions?" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f5e93da commit b12be12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/classify-issue-severity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: read
13+
id-token: write # zizmor: ignore[excessive-permissions] - Required by claude-code-action for OIDC auth
1314

1415
jobs:
1516
analyze:

0 commit comments

Comments
 (0)