From 9d4bb687c3e5f7ef26b72703a9f1cbfe781b0765 Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Fri, 3 Apr 2026 00:30:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(ci):=20Use=20OAuth=20token?= =?UTF-8?q?=20for=20Claude=20Code=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch from API key to OAuth token authentication so the action uses the existing Claude Max subscription instead of separate API billing. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ad58abf..5c62c63 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -37,7 +37,7 @@ jobs: id: claude uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude"