Skip to content

Commit

Permalink
Undo env inside env
Browse files Browse the repository at this point in the history
  • Loading branch information
john-craft committed Oct 24, 2023
1 parent 901254e commit 62ae916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
GCP_PROEJCT_ID: "database-migration-anonymized"
DB_HOST: "users-db"
POSTGRES_PASSWORD: ${DB_PASSWORD:-dMVZFeBWLOzYRV71}
POSTGRES_PASSWORD: "dMVZFeBWLOzYRV71"
DB_USERNAME: "postgres"
POSTGRES_DB: "postgres"

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run Sequelize migrations
env:
DB_PASSWORD: "dMVZFeBWLOzYRV71" # ${POSTGRES_PASSWORD}
DB_PASSWORD: ${POSTGRES_PASSWORD}
DB_NAME: "postgres"
run: |
cd ./users-api/src
Expand Down

0 comments on commit 62ae916

Please sign in to comment.