From 380392a90b5a780ca6ad6af2e449d78b8356ab77 Mon Sep 17 00:00:00 2001 From: twokidsCarl Date: Mon, 6 Apr 2026 23:30:47 -0700 Subject: [PATCH] fix: use claude_code_oauth_token field instead of anthropic_api_key Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 47acd95..77c9501 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -28,6 +28,6 @@ jobs: - name: Run Claude Code uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_tools: "Bash,Read,Write,Edit,Glob,Grep" max_turns: 20