mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-08 10:09:30 +00:00
The auth parsing in _load_cloud_credentials() only handled '+' separators, but some clouds (like alibabacloud) use comma-separated env var lists. Changed `tr '+' '\n'` to `tr '+,' '\n'` to handle both formats. Fixes error: "ALIYUN_ACCESS_KEY_ID, ALIYUN_ACCESS_KEY_SECRET: invalid variable name" Co-authored-by: Spawn QA Bot <qa-bot@openrouter.ai> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| common.sh | ||
| github-auth.sh | ||
| key-request.sh | ||