Skip to content

Commit

Permalink
fix: db migration ci placeholder env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Aug 8, 2024
1 parent 4b9211b commit 642c9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
PROJECT_ID: ${{ vars.SUPABASE_PROD_PROJECT_ID }}

# Create placeholder vars so that supabase/config.toml can load
SUPABASE_AUTH_GITHUB_CLIENT_ID: ''
SUPABASE_AUTH_GITHUB_SECRET: ''
SUPABASE_AUTH_GITHUB_REDIRECT_URI: ''
SUPABASE_AUTH_GITHUB_CLIENT_ID: placeholder
SUPABASE_AUTH_GITHUB_SECRET: placeholder
SUPABASE_AUTH_GITHUB_REDIRECT_URI: placeholder

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 642c9ff

Please sign in to comment.