File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
- uses : supabase/setup-cli@v1
23
23
with :
24
- version : latest
24
+ version : v2.33.0
25
25
26
26
- run : supabase db start
27
27
- run : supabase db lint
@@ -40,14 +40,13 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
env :
42
42
SUPABASE_ACCESS_TOKEN : ${{ secrets.SUPABASE_ACCESS_TOKEN }}
43
- SUPABASE_DB_PASSWORD : ${{ github.base_ref == 'main' && secrets.PRODUCTION_DB_PASSWORD || secrets.STAGING_DB_PASSWORD }}
44
43
SUPABASE_PROJECT_ID : ${{ github.base_ref == 'main' && secrets.PRODUCTION_PROJECT_ID || secrets.STAGING_PROJECT_ID }}
45
44
46
45
steps :
47
46
- uses : actions/checkout@v4
48
47
- uses : supabase/setup-cli@v1
49
48
with :
50
- version : latest
49
+ version : v2.33.0
51
50
52
51
- run : supabase link --project-ref $SUPABASE_PROJECT_ID
53
52
- run : supabase db push --dry-run
You can’t perform that action at this time.
0 commit comments