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

scripts/ad-hoc mesh helpers read operator-supplied BOT_TOKEN/BOT_URL.
They are not OmniRoute runtime config and should not fail Docs Gates
on every PR.

Unblocks check:env-doc-sync on release/v3.8.50.
This commit is contained in:
Ravi Tharuma
2026-08-20 11:31:15 +02:00
committed by Markus Hartung
parent 8c4a219746
commit 8bc2f0f10c
2 changed files with 5 additions and 0 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_*.