From cedc0473a4aaa48c6eeb7e543ad8b496a3b2a1d3 Mon Sep 17 00:00:00 2001 From: Tim Claridge Date: Sat, 11 Jul 2026 14:42:27 +1200 Subject: [PATCH] Revert "chore(ci): temporarily enable show_full_output on claude-review" This reverts commit ec230e71c9f3d95ad4f9903a9f8b78cedffcfaaa. --- .github/workflows/claude-code-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ae06a751e..fe2ea8669 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -28,9 +28,6 @@ jobs: # by the plan (no metered API charge). Set the CLAUDE_CODE_OAUTH_TOKEN # secret on this repo (Settings > Secrets and variables > Actions). claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - # TEMPORARY (debug-review-auth): surface the SDK error that is failing - # instantly on this repo; remove before merging anything real. - show_full_output: true prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}