Skip to content

Commit

Permalink
Merge pull request #553 from hashicorp/fix-nightly-test-env-var
Browse files Browse the repository at this point in the history
Rename TF_CLOUD_WORKSPACE to TF_WORKSPACE
  • Loading branch information
sebasslash committed Oct 17, 2022
2 parents 5c31a0c + 40e79dd commit c9d05af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tfe-ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
TFE_TOKEN: ${{ secrets.TF_WORKFLOW_TFLOCAL_CLOUD_TFC_TOKEN }}
TF_CLOUD_ORGANIZATION: "hashicorp-v2"
TF_CLOUD_HOSTNAME: "app.terraform.io"
TF_CLOUD_WORKSPACE: "tflocal-go-tfe-nightly"
TF_WORKSPACE: "tflocal-go-tfe-nightly"
run: |
cd tflocal/
terraform init
Expand Down

0 comments on commit c9d05af

Please sign in to comment.