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
| Secret | Description |
|---|---|
NEXT_PUBLIC_SUPABASE_URL | Supabase project URL |
NEXT_PUBLIC_SUPABASE_ANON_KEY | Supabase public anon key |
SLACK_WEBHOOK_URL | Slack webhook for deploy failure alerts (optional) |
flow-mobile
| Secret | Description |
|---|---|
SUPABASE_URL | Supabase project URL |
SUPABASE_ANON_KEY | Supabase public anon key |