Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ jobs:

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
# TEMP: swapped @v1 → @beta to surface the real underlying error
# being masked by the AJV obfuscation in @v1 (see upstream
# anthropics/claude-code-action#892 comment by ovceev 2026-03-10).
# Revert to @v1 once we have a clear error from the next trigger.
uses: anthropics/claude-code-action@beta
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

Expand Down
Loading