spawn/shared
A 25d7bfe027
fix: align key-request.sh token regex with shared/common.sh for FlyV1 tokens (#1562)
The _try_load_env_var regex in key-request.sh rejected tokens containing
spaces, colons, plus signs, or equals signs. This caused FlyV1 prefixed
tokens ("FlyV1 fm2_...") to fail validation during QA cycle key loading,
making Fly.io always appear as a missing key provider.

Updated regex to match _load_token_from_config in shared/common.sh which
already allows these characters.

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-21 07:15:34 -05:00
..
common.sh fix: allow space in token validation regex for FlyV1 prefixed tokens (#1560) 2026-02-21 10:48:53 +00:00
github-auth.sh fix: persist gh auth credentials for interactive sessions (#1491) 2026-02-19 19:30:44 -05:00
key-request.sh fix: align key-request.sh token regex with shared/common.sh for FlyV1 tokens (#1562) 2026-02-21 07:15:34 -05:00