diff --git a/.github/workflows/terraform-validate.yaml b/.github/workflows/terraform-validate.yaml index fbf70f3..326f217 100644 --- a/.github/workflows/terraform-validate.yaml +++ b/.github/workflows/terraform-validate.yaml @@ -24,6 +24,7 @@ jobs: - name: Configure Git HTTPS for Terraform module pulls run: | git config --global url."https://oauth2:${{ steps.github_credentials.outputs.github_token }}@github.e.it.census.gov/".insteadOf "git@github.e.it.census.gov:" + git config --global url."https://oauth2:${{ steps.github_credentials.outputs.github_token }}@github.e.it.census.gov/".insteadOf "ssh://git@github.e.it.census.gov/" - name: Setup Terraform uses: CSVD/gh-actions-setup-terraform@v2