We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa28b48 commit 7f02f9aCopy full SHA for 7f02f9a
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Configure gsutil to use service account
40
run: |
41
- echo ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }} > $HOME/gcp-key.json
+ printf "%s" "${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}" > $HOME/gcp-key.json
42
gcloud auth activate-service-account --key-file=$HOME/gcp-key.json
43
44
- name: Deploy to GCS
0 commit comments