Skip to content

fix: use update pipeline#3

Merged
aka-blackboots merged 1 commit into
claude/study-auto-docs-ZIkbwfrom
claude/fix-oauth-token-ZIkbw
Apr 25, 2026
Merged

fix: use update pipeline#3
aka-blackboots merged 1 commit into
claude/study-auto-docs-ZIkbwfrom
claude/fix-oauth-token-ZIkbw

Conversation

@bhairaav
Copy link
Copy Markdown
Collaborator

@bhairaav bhairaav commented Apr 25, 2026

No description provided.

Switches both workflows to authenticate via Claude Max OAuth token
so there are no separate API billing charges.
@aka-blackboots aka-blackboots changed the title fix: use CLAUDE_CODE_OAUTH_TOKEN instead of ANTHROPIC_API_KEY fix: use update pipeline Apr 25, 2026
@aka-blackboots aka-blackboots merged commit b7b048e into claude/study-auto-docs-ZIkbw Apr 25, 2026
1 check passed
Copy link
Copy Markdown
Collaborator Author

Closing — superseded. Two issues with this PR:

  1. The base branch (claude/study-auto-docs-ZIkbw) was already merged into main, so this PR no longer has a meaningful diff.
  2. More importantly, the fix here is wrong for claude-code-base-action@beta. The @beta action does not accept OAuth tokens via anthropic_api_key — it has a dedicated input claude_code_oauth_token. Passing an OAuth token to anthropic_api_key produces exactly the error we hit:
Error: Either ANTHROPIC_API_KEY or CLAUDE_CODE_OAUTH_TOKEN is required

A new PR with the correct fix (using claude_code_oauth_token for the base action, keeping anthropic_api_key for claude-code-action@v1) will open against main.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants