From 5eff6a27be222f91493aeff324f543945ac5839b Mon Sep 17 00:00:00 2001 From: BushraS-Protean Date: Tue, 20 May 2025 16:15:51 +0530 Subject: [PATCH] Update build-and-deploy-plugins.yml --- .github/workflows/build-and-deploy-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-plugins.yml b/.github/workflows/build-and-deploy-plugins.yml index c7e23ed..8417ff5 100644 --- a/.github/workflows/build-and-deploy-plugins.yml +++ b/.github/workflows/build-and-deploy-plugins.yml @@ -86,7 +86,7 @@ jobs: - name: Authenticate to GCP run: | - echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }}" > gcloud-key.json + echo '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }}' > gcloud-key.json gcloud auth activate-service-account --key-file=gcloud-key.json gcloud config set project trusty-relic-370809 env: