fix(ci): sop-tier-check gracefully handles empty/invalid token (staging) #636

Merged
infra-runtime-be merged 1 commits from fix/sop-tier-check-token-graceful-staging into staging 2026-05-12 01:54:08 +00:00

1 Commits

Author SHA1 Message Date
1156aa3eea fix(ci): sop-tier-check gracefully handles empty/invalid token
All checks were successful
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 3s
sop-tier-check / tier-check (pull_request) Successful in 3s
audit-force-merge / audit (pull_request) Successful in 2s
SOP_FAIL_OPEN=1 was not preventing CI failures because three API calls
with `set -euo pipefail` would abort the script before reaching the
SOP_FAIL_OPEN eval block. Same fix as main branch PR #635.

Refs: sop-tier-check failure on staging PRs #617, #621, #587, #562
2026-05-12 01:53:33 +00:00