We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f60b91 commit 313bde1Copy full SHA for 313bde1
.github/workflows/staging-push.yml
@@ -49,5 +49,4 @@ jobs:
49
# Use Github Actions marketplace
50
- name: Connect to GCP bucket
51
run: |
52
- echo "${{ secrets.GCLOUD_AUTH }}" >> ./key.json
53
- gcloud auth activate-service-account [email protected] --key-file=./key.json --project=moz-mobile-tools
+ gcloud auth activate-service-account test-dashboard-cloud-run@moz-mobile-tools.iam.gserviceaccount.com --key-file=/tmp/gce-cloudsql-proxy/key.json --project=moz-mobile-tools
0 commit comments