Skip to content

Commit c8e645e

Browse files
authored
Using Claude API key (#175)
1 parent ed8756c commit c8e645e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: claude-review
2424
uses: anthropics/claude-code-action@beta
2525
with:
26-
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
26+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
2727
model: "claude-opus-4-1-20250805"
2828

2929
# Direct prompt for automated review (no @claude mention needed)

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: claude
3535
uses: anthropics/claude-code-action@beta
3636
with:
37-
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
37+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3838

3939
additional_permissions: |
4040
actions: read

0 commit comments

Comments
 (0)