diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 71b68ac4f60..579efa5c21c 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,5 +32,5 @@ jobs: - name: Run Claude PR Action uses: anthropics/claude-code-action@beta with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} timeout_minutes: "60" \ No newline at end of file