We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d63363 commit d1f03ffCopy full SHA for d1f03ff
.github/workflows/backup-eclipse-releases-to-gcp.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Authenticate to GCP
29
run: |
30
json='${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}'
31
+ json=${json//\"/\\\"}
32
echo -e "$json" > ./gcp.json
33
gcloud auth activate-service-account --key-file=./gcp.json
34
rm -f gcp.json
0 commit comments