Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit a5dbfb4

Browse files
Spacehunterzclaude
andcommitted
Fix OAuth token parameter in Claude workflow
Use claude_code_oauth_token parameter instead of anthropic_api_key for OAuth token authentication. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9e79df1 commit a5dbfb4

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
@@ -34,7 +34,7 @@ jobs:
3434
id: claude
3535
uses: anthropics/claude-code-action@v1
3636
with:
37-
anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
37+
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838

3939
# Optional: Customize the trigger phrase (default: @claude)
4040
# trigger_phrase: "/claude"

0 commit comments

Comments
 (0)