Skip to content

Commit cc679ed

Browse files
authored
Update staging.yaml
1 parent 0358be8 commit cc679ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/staging.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
14-
SUPABASE_DB_PASSWORD: ${{ secrets.STAGING_DB_PASSWORD }}
1514
SUPABASE_PROJECT_ID: ${{ secrets.STAGING_PROJECT_ID }}
1615

1716
steps:
1817
- uses: actions/checkout@v4
1918
- uses: supabase/setup-cli@v1
2019
with:
21-
version: latest
20+
version: v2.33.0
2221

2322
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
2423
- run: supabase db push

0 commit comments

Comments
 (0)