Skip to content

Commit

Permalink
trying to fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Aug 9, 2024
1 parent 860f0f6 commit ca1ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Upload
env:
ELASTIC_HOST: ${{ secrets.TF_VAR_ELASTIC_HOST }}
ELASTIC_HOST: ${{ vars.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 ca1ab9e

Please sign in to comment.