-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething isn't workingSomething isn't workingp1Showstopper bug preventing substantial subset of users from using the product, or incorrect docsShowstopper bug preventing substantial subset of users from using the product, or incorrect docsprovider:1pAnthropic First-Party APIAnthropic First-Party API
Description
Problem
All claude-code-action workflows using claude_code_oauth_token have been failing since approximately 2026-03-18 12:00 UTC with:
App token exchange failed: 500 Internal Server Error - Internal server error
Retrying in 5 seconds...
Attempt 1 failed: Internal server error
...
Operation failed after 3 attempts
This affects all three retry attempts. The action never reaches Claude execution.
Impact
- All PR-triggered workflows using
claude_code_oauth_tokenare broken - Issue comment workflows (
@claude) are also affected - This has been ongoing for 7+ hours with no recovery
Reproduction
Any workflow using:
- uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}Fails immediately at OIDC token exchange.
Environment
- Repository:
oviva-ag/claude-code-plugin - Action version:
anthropics/claude-code-action@v1(SHA: 1b422b3) - Coincides with Anthropic status page incident: "Elevated errors on Opus 4.6" reported at 12:30 UTC
Example failed runs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingp1Showstopper bug preventing substantial subset of users from using the product, or incorrect docsShowstopper bug preventing substantial subset of users from using the product, or incorrect docsprovider:1pAnthropic First-Party APIAnthropic First-Party API