fix(ci): add id-token:write permission for claude-code-action OIDC [skip-regression-check]

The anthropics/claude-code-action@v1 requires OIDC token access for
authentication. Without id-token:write permission, the action fails
with "Could not fetch an OIDC token".

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This commit is contained in:
Henry Park
2026-03-08 15:03:06 -07:00
co-authored by Claude Opus 4.6
parent 926f868a3e
commit 7e5a50b2de
+1
View File
@@ -31,6 +31,7 @@ on:
permissions:
contents: read
issues: write
id-token: write # Required by anthropics/claude-code-action for OIDC
jobs:
review: