Cycle 018: Supabase provision/apply/verify GHA + operator runner#4
Open
junhengz wants to merge 20 commits intonicepkg:mainfrom
Open
Cycle 018: Supabase provision/apply/verify GHA + operator runner#4junhengz wants to merge 20 commits intonicepkg:mainfrom
junhengz wants to merge 20 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.
- Make manual dispatch default to preflight-only (safer), add schedule gate + candidate persistence - Improve env-health deploy metadata for BASE_URL/debug - Expand operator wrapper script + update runbooks/checklists/acceptance docs
- Cloudflare Pages: include deployments + aliases; add branch alias heuristic\n- Vercel: include production+preview and fetch deployment aliases\n- Docs: maintainer one-shot + QA preflight + CTO/DevOps unblock
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 CI workflows and scripts to provision (or reuse) a Supabase project via the Supabase Mgmt API, deterministically build DB URL, apply the shipped SQL bundle, and emit a non-secret verification artifact (supabase-verify.json).\n\nKey files:\n- .github/workflows/cycle-005-supabase-provision-apply-verify.yml\n- .github/workflows/cycle-005-supabase-apply.yml (apply-bundle + upload verify artifact)\n- projects/security-questionnaire-autopilot/scripts/{supabase-mgmt-provision-project.sh,supabase-build-db-url.sh,apply-supabase-bundle.sh,verify-supabase-bundle-applied.mjs}\n- scripts/devops/run-cycle-005-supabase-provision-apply-verify.sh (gh-based set secrets optional + dispatch + download evidence)\n- docs/devops/cycle-018-supabase-gha-secrets-and-dispatch.md\n\nTo run after merge: set GitHub Actions secrets SUPABASE_ACCESS_TOKEN, SUPABASE_ORG_SLUG, SUPABASE_DB_PASSWORD; then dispatch cycle-005-supabase-provision-apply-verify.