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

@@ -49,8 +49,7 @@ jobs:
with:
prompt: |
List the files in the current directory starting with "package"
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 }}
path_to_claude_code_executable: /home/runner/.local/bin/claude
path_to_bun_executable: /home/runner/.bun/bin/bun
allowed_tools: "LS,Read"