Skip to content

Commit 313bde1

Browse files
committed
Reuse tmp file?
1 parent 2f60b91 commit 313bde1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/staging-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ jobs:
4949
# Use Github Actions marketplace
5050
- name: Connect to GCP bucket
5151
run: |
52-
echo "${{ secrets.GCLOUD_AUTH }}" >> ./key.json
53-
gcloud auth activate-service-account [email protected] --key-file=./key.json --project=moz-mobile-tools
52+
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

Comments
 (0)