Inject PG_CONN_STR secret into env vars in CICD
This commit is contained in:
parent
c4e14861f7
commit
6b2f1c473f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ permissions:
|
|||
env:
|
||||
TF_IN_AUTOMATION: true
|
||||
TF_CLI_ARGS: "-no-color"
|
||||
PG_CONN_STR: "${{ secrets.PG_CONN_STR }}"
|
||||
|
||||
jobs:
|
||||
plan:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue