mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-01 08:09:52 +00:00
move state bucket from gh secret to variable
This commit is contained in:
parent
77e8d6d64a
commit
898010d58f
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