diff --git a/.github/workflows/helpdot-review.yml b/.github/workflows/helpdot-review.yml index 2c731f94b432..0efe10fa41e0 100644 --- a/.github/workflows/helpdot-review.yml +++ b/.github/workflows/helpdot-review.yml @@ -30,7 +30,8 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@v1 + uses: anthropics/claude-code-action@a3ff61d47aa5118a43b33ae44c4087d9eb51111a with: - anthropic_api_key: ${{ secrets.LLM_API_KEY }} + anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} prompt: ${{ steps.read-rules.outputs.content }}