fix(workflows): update CLAUDE API key reference in GitHub Actions workflow
This commit is contained in:
parent
e960015989
commit
5fcc3a3234
1 changed files with 1 additions and 1 deletions
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue