From 1234e49b1ff0f3182dcf6c10f42ed1736655d18b Mon Sep 17 00:00:00 2001 From: twokidsCarl Date: Mon, 6 Apr 2026 09:47:31 -0700 Subject: [PATCH] fix: add OAuth token to Claude Code Action workflow Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 58623d0..47acd95 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -28,5 +28,6 @@ jobs: - name: Run Claude Code uses: anthropics/claude-code-action@v1 with: + anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_tools: "Bash,Read,Write,Edit,Glob,Grep" max_turns: 20