From 5bab3fdadc12d2e32ce2a0f05d7e9bda3e806cf2 Mon Sep 17 00:00:00 2001 From: claude Date: Tue, 29 Jul 2025 21:36:17 +0000 Subject: [PATCH] Fix: Add CLAUDE_CREDENTIALS env var back to prepare step The prepare step needs access to the credentials to extract the OAuth token --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index dd47174..ca7a34f 100644 --- a/action.yml +++ b/action.yml @@ -109,6 +109,7 @@ runs: GITEA_API_URL: ${{ env.GITHUB_SERVER_URL }} # Only set ANTHROPIC_API_KEY if not using OAuth ANTHROPIC_API_KEY: ${{ inputs.anthropic_api_key != 'use-oauth' && inputs.anthropic_api_key || '' }} + CLAUDE_CREDENTIALS: ${{ inputs.claude_credentials }} - name: Run Claude Code id: claude-code