mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-21 22:52:19 +03:00
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:
@@ -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_*.
|
||||
|
||||
Reference in New Issue
Block a user