From f2969f4769e80e0b293cc86d75033b0c7d99b4aa Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sat, 4 Jul 2026 20:17:00 -1000 Subject: [PATCH] Fix Claude OAuth token env for Actions: claude-code-review.yml --- .github/workflows/claude-code-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index aaded76..3ea56cb 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -22,6 +22,8 @@ jobs: - name: Run Claude Code Review id: claude-review uses: anthropics/claude-code-action@v1 + env: + CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: |