Environment Variables

Copy .env.example to .env and fill in values. Never commit .env.

Required Secrets (GitHub Actions)

Add these in each repo under Settings → Secrets and variables → Actions:

flow-platform

SecretDescription
NEXT_PUBLIC_SUPABASE_URLSupabase project URL
NEXT_PUBLIC_SUPABASE_ANON_KEYSupabase public anon key
SLACK_WEBHOOK_URLSlack webhook for deploy failure alerts (optional)

flow-mobile

SecretDescription
SUPABASE_URLSupabase project URL
SUPABASE_ANON_KEYSupabase public anon key