Skip to content

Commit ca1ab9e

Browse files
committed
trying to fix env vars
1 parent 860f0f6 commit ca1ab9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Upload
2222
env:
23-
ELASTIC_HOST: ${{ secrets.TF_VAR_ELASTIC_HOST }}
23+
ELASTIC_HOST: ${{ vars.TF_VAR_ELASTIC_HOST }}
2424
ELASTIC_PASSWORD: ${{ secrets.TF_VAR_ELASTIC_PASSWORD }}
2525
ELASTIC_USERNAME: ${{ secrets.TF_VAR_ELASTIC_USERNAME }}
2626
ELASTIC_PORT: 443

0 commit comments

Comments
 (0)