We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9d9d commit 1b9e520Copy full SHA for 1b9e520
.github/workflows/claude-code-review.yml
@@ -35,7 +35,7 @@ jobs:
35
id: claude-review
36
uses: anthropics/claude-code-action@beta
37
with:
38
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
40
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
41
# model: "claude-opus-4-20250514"
0 commit comments