Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit e914115

Browse files
committed
ci: fix claude token
1 parent 34bab58 commit e914115

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: anthropics/claude-code-action@beta
3737
with:
3838
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39+
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3940

4041
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
4142
# model: "claude-opus-4-20250514"

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: anthropics/claude-code-action@beta
4040
with:
4141
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
42+
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4243

4344
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
4445
# model: "claude-opus-4-20250514"

0 commit comments

Comments
 (0)