Inject PG_CONN_STR secret into env vars in CICD

This commit is contained in:
Ben Martin 2024-06-06 20:43:55 +01:00
parent c4e14861f7
commit 6b2f1c473f
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -14,6 +14,7 @@ permissions:
env: env:
TF_IN_AUTOMATION: true TF_IN_AUTOMATION: true
TF_CLI_ARGS: "-no-color" TF_CLI_ARGS: "-no-color"
PG_CONN_STR: "${{ secrets.PG_CONN_STR }}"
jobs: jobs:
plan: plan: