Skip to content

Commit

Permalink
Add missing URL environment variable
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Oct 10, 2024
1 parent 5e118cb commit 04f4aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
working-directory: ${{ inputs.tf_dir }}
env:
TF_VAR_gandi_token: ${{ secrets.gandi_token }}
TF_VAR_gandi_url: ${{ secrets.gandi_url }}
TF_VAR_hcloud_token: ${{ secrets.hcloud_token }}
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ services:
working_dir: /var/lib/appdata
environment:
# Required for Gandi resources
- TF_VAR_gandi_url=${GANDI_URL}
- TF_VAR_gandi_token=${GANDI_TOKEN}
- TF_VAR_gandi_url=${GANDI_URL}
# Required for Hetzner resources
- TF_VAR_hcloud_token=${HCLOUD_TOKEN}
entrypoint: /bin/sh
Expand Down

0 comments on commit 04f4aa7

Please sign in to comment.