We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e118cb commit 04f4aa7Copy full SHA for 04f4aa7
.github/workflows/_terraform.yml
@@ -50,6 +50,7 @@ jobs:
50
working-directory: ${{ inputs.tf_dir }}
51
env:
52
TF_VAR_gandi_token: ${{ secrets.gandi_token }}
53
+ TF_VAR_gandi_url: ${{ secrets.gandi_url }}
54
TF_VAR_hcloud_token: ${{ secrets.hcloud_token }}
55
permissions:
56
pull-requests: write
docker-compose.yml
@@ -106,8 +106,8 @@ services:
106
working_dir: /var/lib/appdata
107
environment:
108
# Required for Gandi resources
109
- - TF_VAR_gandi_url=${GANDI_URL}
110
- TF_VAR_gandi_token=${GANDI_TOKEN}
+ - TF_VAR_gandi_url=${GANDI_URL}
111
# Required for Hetzner resources
112
- TF_VAR_hcloud_token=${HCLOUD_TOKEN}
113
entrypoint: /bin/sh
0 commit comments