diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 54273510a9..db3065a031 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -31,7 +31,7 @@ jobs: - uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + anthropic_api_key: ${{ secrets.ORG_ANTHROPIC_API_KEY }} track_progress: true use_sticky_comment: true prompt: | @@ -77,7 +77,7 @@ jobs: - uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + anthropic_api_key: ${{ secrets.ORG_ANTHROPIC_API_KEY }} claude_args: | --allowedTools "Read,mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" --max-turns 10 \ No newline at end of file