Skip to content

Commit

Permalink
Update staging.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Apr 10, 2024
1 parent 3c30c8c commit 5252ae0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release (Staging)

on:
pull_request:
push:
branches:
- develop
Expand All @@ -10,9 +11,9 @@ jobs:
migrate:
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
SUPABASE_DB_PASSWORD: ${{ secrets.STAGING_DB_PASSWORD }}
SUPABASE_PROJECT_ID: ${{ secrets.STAGING_PROJECT_ID }}
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_SSL_ACCESS_TOKEN }}
SUPABASE_DB_PASSWORD: ${{ secrets.SUPABASE_SSL_DB_PASSWORD }}
SUPABASE_PROJECT_ID: ${{ secrets.SUPABASE_SSL_PROJECT_ID }}

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

0 comments on commit 5252ae0

Please sign in to comment.