Skip to content

Commit

Permalink
Set pw
Browse files Browse the repository at this point in the history
  • Loading branch information
john-craft committed Oct 24, 2023
1 parent b45d0d8 commit fa208bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ jobs:
- name: Run Sequelize migrations
env:
DB_PASSWORD: ${POSTGRES_PASSWORD}
DB_PASSWORD: "dMVZFeBWLOzYRV71" # ${POSTGRES_PASSWORD}
DB_NAME: "postgres"
run: |
cd ./users-api/src
echo $DB_PASSWORD
npx sequelize-cli db:migrate
- name: Cleanup
Expand Down

0 comments on commit fa208bc

Please sign in to comment.