Commit 5c0e487
fix: Add API key fallback for Claude Code review workflow (#464)
Add support for ANTHROPIC_API_KEY as fallback authentication method
in Claude Code review workflow to handle OAuth token expiration/revocation.
This fixes the CI failure where CLAUDE_CODE_OAUTH_TOKEN was missing or expired:
- OAuth token preferred (for Pro/Max users)
- API key as fallback (for API key users)
- Action will use whichever is available
Related: PR #452 CI failure
Issue: OAuth tokens expired in October 2025
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent fc59794 commit 5c0e487
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments