fix: point drift-check at Infisical staging root path - #84
Merged
Conversation
Secrets live under staging `/`, not `/tuj`. Unblocks guardrails after GitHub Actions INFISICAL/Netlify credentials were configured. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Want AI-powered code review for this PR? Get instant analysis, interactive visualizations, and actionable insights. |
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe INFISICAL_PATH constant in scripts/drift-check.ts was changed from "/tuj" to "/", altering the secret path used for fetching Infisical keys and reporting drift. ChangesDrift-check path update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
palmtr3man
added a commit
that referenced
this pull request
Sep 2, 2026
fix: address PR #84 alignment follow-ups (manifest reference, env validation, Netlify context preservation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/drift-check.tsto read Infisical secrets fromstaging/instead of missing/tujfolder.INFISICAL_TOKEN,NETLIFY_AUTH_TOKEN) and variable (NETLIFY_SITE_ID).Test plan
npm run drift-checksucceeds with configured credentials (warn mode reports expected parity gaps)Made with Cursor
Summary by CodeRabbit