Skip to content

Commit

Permalink
Correct database password
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavb committed Jul 7, 2024
1 parent d6102f4 commit 93031af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: postgres
env:
POSTGRES_USER: jimbrobotdb
POSTGRES_PASSWORD: jimbrobotpassword
POSTGRES_PASSWORD: jimbrobotdbpassword
ports:
- 5432:5432

Expand Down

0 comments on commit 93031af

Please sign in to comment.