Skip to content

Commit d96d99a

Browse files
authored
Merge branch 'main' into claude/support-python-310-011CUQFhrhzXGxLGyRjXk8k9
2 parents 8ad4f01 + c8e645e commit d96d99a

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)