Skip to content

Commit

Permalink
ci: add STAGING_DB_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Feb 9, 2025
1 parent 906132a commit 424ac9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/destroy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
ANTEATER_API_KEY: ${{ secrets.ANTEATER_API_KEY }}
DB_URL: ${{ secrets.STAGING_DB_URL }}

# Turborepo credentials.
TURBO_API: ${{ vars.TURBO_API }}
Expand Down

0 comments on commit 424ac9a

Please sign in to comment.