From 93031afdf5f97b2224cf407cb0af650553764d3f Mon Sep 17 00:00:00 2001 From: Arnav Borborah Date: Sat, 6 Jul 2024 23:55:30 -0400 Subject: [PATCH] Correct database password --- .github/workflows/migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 0fc08fc..d6eb10f 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -14,7 +14,7 @@ jobs: image: postgres env: POSTGRES_USER: jimbrobotdb - POSTGRES_PASSWORD: jimbrobotpassword + POSTGRES_PASSWORD: jimbrobotdbpassword ports: - 5432:5432