mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
move state bucket from gh secret to variable
This commit is contained in:
parent
93fc629706
commit
9f46e1ce8a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -254,7 +254,7 @@ jobs:
|
||||
|
||||
- name: Terraform init
|
||||
working-directory: ${{ env.TF_DIR }}
|
||||
run: terraform init -backend-config="bucket=${{ secrets.RELEASE_TESTS_TF_STATE_BUCKET }}"
|
||||
run: terraform init -backend-config="bucket=${{ vars.RELEASE_TESTS_TF_STATE_BUCKET }}"
|
||||
|
||||
- name: Terraform apply
|
||||
id: tf-apply
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user