Skip to content

Commit 097b51b

Browse files
committed
Change how claude auths
1 parent 1f674d8 commit 097b51b

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.CLAUDE_CODE_OAUTH_TOKEN }}
37+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3838

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

0 commit comments

Comments
 (0)