fix(workflows): update CLAUDE API key reference in GitHub Actions workflow

This commit is contained in:
Andras Bacsai 2025-09-29 15:06:49 +02:00
parent e960015989
commit 5fcc3a3234

View file

@ -38,7 +38,7 @@ jobs:
id: claude
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Optional: Customize the trigger phrase (default: @claude)
# trigger_phrase: "/claude"