From 2e65bf13007940373fbcb08a74c0f9ad547427b5 Mon Sep 17 00:00:00 2001 From: Migara Ekanayake <2110772+migara@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:22:49 +0000 Subject: [PATCH] Update action.yml --- .github/actions/terratest/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/terratest/action.yml b/.github/actions/terratest/action.yml index e24c086..5ed5d02 100644 --- a/.github/actions/terratest/action.yml +++ b/.github/actions/terratest/action.yml @@ -35,7 +35,7 @@ runs: - name: login to GCP uses: google-github-actions/auth@v1 with: - workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }} + workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ env.GCP_SERVICE_ACCOUNT}} - name: ${{ inputs.terratest_action }} infrastructure @@ -43,6 +43,6 @@ runs: TPATH: ${{ inputs.path }} ACTION: ${{ inputs.terratest_action }} PRID: ${{ inputs.pr-id }} - PROJECT_ID: ${{ env.GCP_PROJECT_ID }} + PROJECT_ID: ${{ env.PROJECT_ID }} shell: bash run: make $TPATH ACTION=$ACTION