fix: claude workflow token (#22314)

This commit is contained in:
Teddy 2025-07-11 19:54:49 +02:00 committed by GitHub
parent 1cfa4d5f0f
commit 9b07fc0805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,5 +32,5 @@ jobs:
- name: Run Claude PR Action - name: Run Claude PR Action
uses: anthropics/claude-code-action@beta uses: anthropics/claude-code-action@beta
with: with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
timeout_minutes: "60" timeout_minutes: "60"