We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860f0f6 commit ca1ab9eCopy full SHA for ca1ab9e
.github/workflows/reusable-update.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Upload
22
env:
23
- ELASTIC_HOST: ${{ secrets.TF_VAR_ELASTIC_HOST }}
+ ELASTIC_HOST: ${{ vars.TF_VAR_ELASTIC_HOST }}
24
ELASTIC_PASSWORD: ${{ secrets.TF_VAR_ELASTIC_PASSWORD }}
25
ELASTIC_USERNAME: ${{ secrets.TF_VAR_ELASTIC_USERNAME }}
26
ELASTIC_PORT: 443
0 commit comments