Skip to content

Commit

Permalink
Always private
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jun 20, 2024
1 parent 38dc468 commit 0830bee
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/module-test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Terraform latest - public
if: ${{ secrets.PRIVATE_TEST_PROVIDER_VERSION != "" }}
uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: true

- name: Set up Terraform latest - private, with token
if: ${{ secrets.PRIVATE_TEST_PROVIDER_VERSION == "" }}
- name: Set up Terraform latest - with token
uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
Expand Down

0 comments on commit 0830bee

Please sign in to comment.