From bf1f9f466c0fd7ae2841e54731c02c91de727095 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 27 Sep 2025 13:45:54 +1000 Subject: [PATCH] fix: change pg connection string format --- .github/workflows/infra-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infra-build.yml b/.github/workflows/infra-build.yml index f2cb7d7..8925979 100644 --- a/.github/workflows/infra-build.yml +++ b/.github/workflows/infra-build.yml @@ -28,7 +28,7 @@ jobs: proxmox_api_token_secret = "${{ secrets.PVE_API_TOKEN_SECRET }}" ssh_key = "${{ secrets.SSH_PRIVATE_KEY }}" passphrase = "${{ secrets.SSH_PASSPHRASE }}" - PG_CONN_STR = ${{ secrets.PG_CONN_STR }} + PG_CONN_STR = "${{ secrets.PG_CONN_STR }}" EOF - name: Setup Opentofu