@claude
Problem
The claude-code-review.yml workflow is failing because the CLAUDE_CODE_OAUTH_TOKEN secret is not configured.
Task
Configure the GitHub secret CLAUDE_CODE_OAUTH_TOKEN so the Claude Code Review workflow can run on pull requests.
Steps
- Go to repository Settings > Secrets and variables > Actions
- Add new repository secret named
CLAUDE_CODE_OAUTH_TOKEN
- Get the token value from Claude Code OAuth settings
- Test the workflow on a new PR
Files
.github/workflows/claude-code-review.yml
Priority
Low - This is for automated PR reviews, not critical for functionality