chore(supabase): use publishable key naming - #113
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
👀 Human Input Needed → Pair Review Briefing |
cameroncuster
left a comment
There was a problem hiding this comment.
Review completed with 0 suggestions.
|
Verifier 🛰️ 🛰️ Verifier ReportTL;DR: Built and served the renamed-key head end-to-end and drove the full mocked desktop + mobile browser suite against a live mock Supabase backend — the app builds, serves, and renders real data through 🔍 Walkthrough
📋 ScopeUnder test: renames the client-safe public Supabase key from Not tested:
📦 Artifacts · home.png · leaderboard.png Don't like what you see? Add a verification skill so the next run tests this kind of change. Want another run? Comment 👍 / 👎 · View session |


Summary
PUBLIC_SUPABASE_ANON_KEYtoPUBLIC_SUPABASE_PUBLISHABLE_KEYacross the app, server routes, test harnesses, and documentationConfiguration
GitHub repository Actions secrets are configured as:
PUBLIC_SUPABASE_URLPUBLIC_SUPABASE_PUBLISHABLE_KEYVercel preview and production environments must expose the same two names before this merges.
Testing
PUBLIC_SUPABASE_ANON_KEYreferences remainThe PR CI run should execute—rather than skip—both live read-only Supabase smoke projects.
Pull Request opened by Augment Code | View session