Skip to content

Commit feec7d1

Browse files
jamesrwebclaude
andauthored
🔧 chore(ci): Use OAuth token for Claude Code Action (#570)
Switch from API key to OAuth token authentication so the action uses the existing Claude Max subscription instead of separate API billing. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9182f16 commit feec7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: claude
3838
uses: anthropics/claude-code-action@v1
3939
with:
40-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
40+
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4141

4242
# Optional: Customize the trigger phrase (default: @claude)
4343
# trigger_phrase: "/claude"

0 commit comments

Comments
 (0)