fix: use configured Claude OAuth secret in workflows

This commit is contained in:
Mark Wylde
2026-07-26 21:26:22 +01:00
parent 3bd849872e
commit c30a6c8c23
8 changed files with 13 additions and 26 deletions

View File

@@ -19,8 +19,7 @@ jobs:
with:
prompt: |
Use the Bash tool to run: echo "VAR1: $VAR1" && echo "VAR2: $VAR2"
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY && secrets.ANTHROPIC_API_KEY || secrets.CLAUDE_CREDENTIALS }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CREDENTIALS }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
claude_env: |
# This is a comment
VAR1: value1