diff --git a/.github/workflows/claude-code-review.yaml b/.github/workflows/claude-code-review.yaml index da0b6b59..7f61ad05 100644 --- a/.github/workflows/claude-code-review.yaml +++ b/.github/workflows/claude-code-review.yaml @@ -40,6 +40,7 @@ jobs: id: claude-review uses: anthropics/claude-code-action@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} # Using API key for per-token billing plan anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}