From d4d7ca64cd4d796aa179d398755938a95488692f Mon Sep 17 00:00:00 2001 From: palmtr3man Date: Thu, 9 Jul 2026 13:39:26 -0400 Subject: [PATCH] fix: point drift-check at Infisical staging root path Secrets live under staging `/`, not `/tuj`. Unblocks guardrails after GitHub Actions INFISICAL/Netlify credentials were configured. Co-authored-by: Cursor --- scripts/drift-check.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/drift-check.ts b/scripts/drift-check.ts index de18ef8..a13900b 100644 --- a/scripts/drift-check.ts +++ b/scripts/drift-check.ts @@ -4,7 +4,7 @@ import { ALIAS_GROUPS, P0_KEYS, P1_KEYS } from "./parity-manifest.js"; const INFISICAL_PROJECT_ID = "6c7646e9-04dd-484a-a5d1-612b9582da15"; const INFISICAL_SITE_URL = "https://us.infisical.com"; const INFISICAL_ENV = "staging"; -const INFISICAL_PATH = "/tuj"; +const INFISICAL_PATH = "/"; interface NetlifyEnvVar { key?: string;