Skip to content

Commit 654069f

Browse files
authored
chore: use password less cli login
1 parent f210609 commit 654069f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: supabase/setup-cli@v1
2323
with:
24-
version: latest
24+
version: v2.33.0
2525

2626
- run: supabase db start
2727
- run: supabase db lint
@@ -40,14 +40,13 @@ jobs:
4040
runs-on: ubuntu-latest
4141
env:
4242
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
43-
SUPABASE_DB_PASSWORD: ${{ github.base_ref == 'main' && secrets.PRODUCTION_DB_PASSWORD || secrets.STAGING_DB_PASSWORD }}
4443
SUPABASE_PROJECT_ID: ${{ github.base_ref == 'main' && secrets.PRODUCTION_PROJECT_ID || secrets.STAGING_PROJECT_ID }}
4544

4645
steps:
4746
- uses: actions/checkout@v4
4847
- uses: supabase/setup-cli@v1
4948
with:
50-
version: latest
49+
version: v2.33.0
5150

5251
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
5352
- run: supabase db push --dry-run

0 commit comments

Comments
 (0)