Skip to content

Commit

Permalink
Перенос бинарника Terraform в S3 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Orlov <[email protected]>
  • Loading branch information
v1km4n and Alexey Orlov authored Oct 8, 2024
1 parent 9dff125 commit ab94c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: 'Test Selectel Terraform modules'
runs-on: self-hosted
env:
terraform_link: https://releases.hashicorp.com/terraform/1.5.5/terraform_1.5.5_linux_amd64.zip
terraform_link: ${{ secrets.TERRAFORM_BINARY }}
TF_VAR_selectel_domain_name: ${{ secrets.SELECTEL_ID }}
TF_VAR_selectel_user_admin_user: ${{ secrets.SERVICE_USER }}
TF_VAR_selectel_user_admin_password: ${{ secrets.SERVICE_PASSWORD }}
Expand Down

0 comments on commit ab94c00

Please sign in to comment.