Skip to content

Commit

Permalink
Try auth service account
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 22, 2024
1 parent f137be8 commit 3456674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
# Use Github Actions marketplace
- name: Connect to GCP bucket
run: |
gcloud auth login --cred-file=$GITHUB_ENV
echo "${{ secrets.GCLOUD_AUTH }}" >> ./key.json
gcloud auth activate-service-account moz-mobile-tools@appspot.gserviceaccount.com --cred-file=./key.json --project=moz-mobile-tools

0 comments on commit 3456674

Please sign in to comment.