Skip to content

Commit

Permalink
switched TF_VAR_ELASTIC_HOST back to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Aug 9, 2024
1 parent 2999d79 commit f3a133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Upload
env:
ELASTIC_HOST: ${{ vars.TF_VAR_ELASTIC_HOST }}
ELASTIC_HOST: ${{ secrets.TF_VAR_ELASTIC_HOST }}
ELASTIC_PASSWORD: ${{ secrets.TF_VAR_ELASTIC_PASSWORD }}
ELASTIC_USERNAME: ${{ secrets.TF_VAR_ELASTIC_USERNAME }}
ELASTIC_PORT: 443
Expand Down

0 comments on commit f3a133c

Please sign in to comment.