Skip to content

Commit

Permalink
Pass Gandi URL as an input, not a secret
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Oct 30, 2024
1 parent b9845ff commit e2c8bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +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_gandi_url: ${{ inputs.gandi_url }}
TF_VAR_hcloud_token: ${{ secrets.hcloud_token }}
permissions:
pull-requests: write
Expand Down

0 comments on commit e2c8bb2

Please sign in to comment.