Cycle 005: hosted runtime env sync + persistence evidence workflow#1
Open
junhengz wants to merge 6 commits intonicepkg:mainfrom
Open
Cycle 005: hosted runtime env sync + persistence evidence workflow#1junhengz wants to merge 6 commits intonicepkg:mainfrom
junhengz wants to merge 6 commits intonicepkg:mainfrom
Conversation
Add GitHub Actions workflows and supporting scripts/runbooks to sync NEXT_PUBLIC_SUPABASE_URL + SUPABASE_SERVICE_ROLE_KEY into hosted runtime (Vercel/Cloudflare Pages), trigger redeploy, then run Cycle 005 hosted persistence evidence collection.
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.
Adds GitHub Actions workflows + scripts/runbooks to (1) select/probe the deployed Next.js workflow runtime BASE_URL, (2) best-effort sync NEXT_PUBLIC_SUPABASE_URL + SUPABASE_SERVICE_ROLE_KEY into the hosting provider (Vercel/Cloudflare Pages) and trigger redeploy, and (3) run the Cycle 005 hosted persistence evidence wrapper and open an evidence PR.\n\nOperator notes (post-merge):\n- Configure repo secrets: VERCEL_TOKEN, NEXT_PUBLIC_SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY (and SUPABASE_DB_URL only if running with skip_sql_apply=false).\n- Configure repo vars: HOSTED_WORKFLOW_BASE_URL_CANDIDATES (recommended) and/or VERCEL_PROJECT_ID (or VERCEL_PROJECT), optional team scope vars.\n- Then run workflow: cycle-005-hosted-persistence-evidence (workflow_dispatch).\n\nDocs: docs/qa/cycle-005-hosted-persistence-evidence-preflight.md