diff --git a/.github/workflows/update-ot.yml b/.github/workflows/update-ot.yml index af4bc16a..e344cd83 100644 --- a/.github/workflows/update-ot.yml +++ b/.github/workflows/update-ot.yml @@ -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