Skip to content

Commit 0358be8

Browse files
authored
Update preview.yaml
1 parent 654069f commit 0358be8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ jobs:
5555
if: github.event.action != 'closed'
5656
env:
5757
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
58-
SUPABASE_DB_PASSWORD: ${{ needs.apply.outputs.db_pass }}
5958

6059
steps:
6160
- uses: actions/checkout@v4
6261
- uses: supabase/setup-cli@v1
6362
with:
64-
version: latest
63+
version: v2.33.0
6564

6665
- uses: nick-fields/retry@v3
6766
with:

0 commit comments

Comments
 (0)