From 2be52e2f37f7bfc8110f15dbe21edf0c77fdbc60 Mon Sep 17 00:00:00 2001 From: packet-mover Date: Sat, 4 Apr 2026 22:33:25 +0200 Subject: [PATCH] Switch claude-code-action to use OAuth token Replace anthropic_api_key with claude_code_oauth_token for the claude-code-action workflow authentication. 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 8dbdbbe..78d2c1b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -27,4 +27,4 @@ jobs: fetch-depth: 0 - uses: anthropics/claude-code-action@v1 with: - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} \ No newline at end of file + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} \ No newline at end of file