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
dev-inf: Use GITHUB_TOKEN for Claude Code review action
The action's OIDC token exchange is failing, likely because the GitHub
app isn't configured to accept OIDC tokens from this workflow. By
explicitly providing the built-in GITHUB_TOKEN, we bypass the OIDC
exchange entirely.
The built-in token has sufficient permissions for PR analysis and
commenting, which is all this workflow needs.
Release note: None
Epic: None
0 commit comments