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): pass Telegram token as deploy-prod.sh arg2, OAuth stays in env
Workflow wrongly passed PROD_QWEN_OAUTH_CREDS as $2, so getMe used
base64 as bot token (HTTP 404 / invalid JSON). Match script contract:
$1 SSH password, $2 bot token; PROD_QWEN_OAUTH_CREDS only via env.
Made-with: Cursor
0 commit comments