Add NOMAD_TOKEN to CICD env vars
This commit is contained in:
parent
b0b63d29b2
commit
cf3b9f4518
1 changed files with 2 additions and 1 deletions
|
@ -12,10 +12,11 @@ permissions:
|
|||
pull-requests: write
|
||||
|
||||
env:
|
||||
TF_PLUGIN_CACHE_DIR: ${{ gitea.workspace }}/.terraform.d/plugin-cache
|
||||
TF_IN_AUTOMATION: true
|
||||
TF_CLI_ARGS: "-no-color"
|
||||
NOMAD_TOKEN: "${{ secrets.NOMAD_TOKEN }}"
|
||||
PG_CONN_STR: "${{ secrets.PG_CONN_STR }}"
|
||||
TF_PLUGIN_CACHE_DIR: ${{ gitea.workspace }}/.terraform.d/plugin-cache
|
||||
|
||||
jobs:
|
||||
cicd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue