From d576876f56b3cad4db341cf04431adf688bc524a Mon Sep 17 00:00:00 2001 From: "groombook-cto[bot]" <269737991+groombook-cto[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:54:03 +0000 Subject: [PATCH] fix(ci): use correct postgres secret for dev deploys Fixes CI workflow to reference groombook-postgres-credentials-dev in groombook-dev namespace. Unblocks all dev PR deploys. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd9f1c..935ab67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,7 +233,7 @@ jobs: - name: DATABASE_URL valueFrom: secretKeyRef: - name: groombook-postgres-credentials + name: groombook-postgres-credentials-dev key: uri EOF kubectl wait --for=condition=complete "job/migrate-pr-$PR_NUM" \