You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
Note
The pull request "fix(ci): Add
id-token: writepermission to triage workflow" was created by @chargome but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.The
claude-code-action@v1requires OIDC token access to authenticate. Without theid-token: writepermission, the workflow fails with "Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable".