From c899114c355769d6c3145c6dafc976dbe1feb0f7 Mon Sep 17 00:00:00 2001 From: Taylan Pince Date: Thu, 7 May 2026 12:39:05 +0200 Subject: [PATCH] fix: Switch workflow to use CLAUDE_API_KEY (#1533) --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index cf2c8390e..da7ca902b 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -30,7 +30,7 @@ jobs: - uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + anthropic_api_key: ${{ secrets.CLAUDE_API_KEY }} prompt: | Review this pull request for: - Bugs and logic errors