fix: change pg connection string format
This commit is contained in:
2
.github/workflows/infra-build.yml
vendored
2
.github/workflows/infra-build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
proxmox_api_token_secret = "${{ secrets.PVE_API_TOKEN_SECRET }}"
|
proxmox_api_token_secret = "${{ secrets.PVE_API_TOKEN_SECRET }}"
|
||||||
ssh_key = "${{ secrets.SSH_PRIVATE_KEY }}"
|
ssh_key = "${{ secrets.SSH_PRIVATE_KEY }}"
|
||||||
passphrase = "${{ secrets.SSH_PASSPHRASE }}"
|
passphrase = "${{ secrets.SSH_PASSPHRASE }}"
|
||||||
PG_CONN_STR = ${{ secrets.PG_CONN_STR }}
|
PG_CONN_STR = "${{ secrets.PG_CONN_STR }}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Setup Opentofu
|
- name: Setup Opentofu
|
||||||
|
Reference in New Issue
Block a user