chore(ci): ignore ad-hoc BOT_TOKEN/BOT_URL in env-doc-sync (#10828)

Merged — carried forward the PR's own real value (the first 2 commits: ignore ad-hoc BOT_TOKEN/BOT_URL in env-doc-sync, plus the lock-in test). The branch had accumulated 7 more commits chasing the moving release tip across several rebases (each one re-fixing base-reds that had already moved again by the next rebase) — dropped those since they no longer apply to the current tip, and cherry-picked just the 2 with lasting value, preserving your authorship. 14/14 focused tests pass, changelog gate green. Thanks!
This commit is contained in:
Ravi Tharuma
2026-08-20 16:53:38 +02:00
committed by GitHub
parent d14a4d2da1
commit 7288fa0dd7
107 changed files with 2313 additions and 583 deletions

View File

@@ -126,6 +126,10 @@ const IGNORE_FROM_CODE = new Set([
// ("http://192.168.0.15:20128" / null), never OmniRoute runtime config (#5151).
"COMBO_LIVE_BASE_URL",
"COMBO_LIVE_API_KEY",
// Ad-hoc mesh/coverage scripts under scripts/ad-hoc/*.mjs (mesh-send, mesh-run,
// verify-coverage). Operator-supplied script secrets, not OmniRoute runtime config.
"BOT_TOKEN",
"BOT_URL",
// Homologation E2E suite (npm run homolog) vars — configured via the dedicated
// .env.homolog file (template: .env.homolog.example), never in the runtime .env.
// Test/ops-only signals against the homologation VPS, same class as COMBO_LIVE_*.