Skip to content

Commit 80cbc38

Browse files
chore: update Claude GitHub Action to use OAuth token instead of API key
1 parent ad7867c commit 80cbc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.ANTHROPIC_API_KEY }}
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)