diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index a14222f..8a5ed1f 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -52,7 +52,7 @@ jobs: - name: Run Claude via Anthropic API - uses: anthropics/claude-code-action-official@v1 + uses: anthropics/claude-code-action@v1 with: github_token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}