diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ce6daae..9fc3ff76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: TF_VAR_elastic_username: ${{ secrets.TF_VAR_elastic_username }} TF_VAR_aws_secret_key: ${{ secrets.TF_VAR_aws_secret_key }} TF_VAR_aws_access_key: ${{ secrets.TF_VAR_aws_access_key }} - TERRAFORM_CLOUD_TOKEN: ${{ secrets.TERRAFORM_CLOUD_TOKEN }} + TF_TOKEN: ${{ secrets.TERRAFORM_CLOUD_TOKEN }} with: runCmd: | npm run deploy:test @@ -70,4 +70,4 @@ jobs: TF_VAR_elastic_username TF_VAR_aws_secret_key TF_VAR_aws_access_key - TERRAFORM_CLOUD_TOKEN \ No newline at end of file + TF_TOKEN \ No newline at end of file