You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): match the action's full key normalization + add preflight
key length was 75 vs the working action's 73 — the prior strip removed only
whitespace, leaving 2 stray chars (wrapping quotes or an OPENROUTER_API_KEY=
prefix in the stored secret), so the Bearer token was wrong → 401. Use the
action's exact _strip (whitespace + surrounding quotes) and drop a leading
OPENROUTER_API_KEY= prefix. Add an OpenRouter /auth/key preflight so a bad key
fails fast with the HTTP code instead of deep in the engine's retry loop.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments