Skip to content

Commit 1734fb6

Browse files
chargomeclaude
andauthored
chore(ci): Add id-token: write permission to triage workflow (#19381)
The `claude-code-action@v1` requires OIDC token access to authenticate. Without the `id-token: write` permission, the workflow fails with "Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable". Closes #19383 (added automatically) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4d4874c commit 1734fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/triage-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
contents: read
2525
issues: read
2626
pull-requests: read
27+
id-token: write
2728
# Only run for Bug or Feature issues (automatic mode)
2829
if: |
2930
github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)