From 4104b1cbd43ce5ccfc28e23771969e08e4223243 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 4 Sep 2024 13:29:08 +0200 Subject: [PATCH] Add CONNSTR --- .github/workflows/cloud-regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index e52492c9da..8ba446c5bd 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -69,4 +69,4 @@ jobs: extra_params: -m remote_cluster env: - BENCHMARK_CONNSTR: "postgresql://user:password@host:5432" + BENCHMARK_CONNSTR: ${{ secrets.PG_REGRESS_CONNSTR }}