Update build-and-deploy-plugins.yml

This commit is contained in:
BushraS-Protean
2025-05-20 16:15:51 +05:30
committed by GitHub
parent 4713eaec05
commit 5eff6a27be

View File

@@ -86,7 +86,7 @@ jobs:
- name: Authenticate to GCP - name: Authenticate to GCP
run: | 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 auth activate-service-account --key-file=gcloud-key.json
gcloud config set project trusty-relic-370809 gcloud config set project trusty-relic-370809
env: env: