From 2a5f049f4744485ce90015663354f19a15f29d0b Mon Sep 17 00:00:00 2001 From: David Schuppa <32750715+davidSchuppa@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:11:29 +0100 Subject: [PATCH] chore(pipeline): remove extra whitespace SUITEDEV-35237 Co-authored-by: LasOri <24588073+LasOri@users.noreply.github.com> Co-authored-by: megamegax --- .github/workflows/on_push_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_push_workflow.yml b/.github/workflows/on_push_workflow.yml index 16e55f4e..fbaa14d9 100644 --- a/.github/workflows/on_push_workflow.yml +++ b/.github/workflows/on_push_workflow.yml @@ -74,7 +74,7 @@ jobs: - name: Authenticate to Google Cloud uses: google-github-actions/auth@v2.1.2 with: - workload_identity_provider: 'projects/395478287999/locations/global/workloadIdentityPools/github-actions/providers/github-actions ' + workload_identity_provider: 'projects/395478287999/locations/global/workloadIdentityPools/github-actions/providers/github-actions' service_account: 'firebase-test-lab-service-acco@ems-mobile-sdk.iam.gserviceaccount.com' create_credentials_file: true