Skip to content

Commit d1f03ff

Browse files
committed
[GHA] GCP Backup upload working
1 parent 0d63363 commit d1f03ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backup-eclipse-releases-to-gcp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Authenticate to GCP
2929
run: |
3030
json='${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}'
31+
json=${json//\"/\\\"}
3132
echo -e "$json" > ./gcp.json
3233
gcloud auth activate-service-account --key-file=./gcp.json
3334
rm -f gcp.json

0 commit comments

Comments
 (0)