Skip to content

Commit e2c8bb2

Browse files
committed
Pass Gandi URL as an input, not a secret
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent b9845ff commit e2c8bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ${{ inputs.tf_dir }}
5151
env:
5252
TF_VAR_gandi_token: ${{ secrets.gandi_token }}
53-
TF_VAR_gandi_url: ${{ secrets.gandi_url }}
53+
TF_VAR_gandi_url: ${{ inputs.gandi_url }}
5454
TF_VAR_hcloud_token: ${{ secrets.hcloud_token }}
5555
permissions:
5656
pull-requests: write

0 commit comments

Comments
 (0)