Skip to content

Commit 6f45f7a

Browse files
devondragonclaude
andcommitted
Switch Claude Code Review action to use API key
Change from CLAUDE_CODE_OAUTH_TOKEN to ANTHROPIC_API_KEY due to OAuth token format issues with the GitHub Action. See: anthropics/claude-code-action#727 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 71dda31 commit 6f45f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: claude-review
3636
uses: anthropics/claude-code-action@v1
3737
with:
38-
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3939
prompt: |
4040
REPO: ${{ github.repository }}
4141
PR NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)