Skip to content

Commit 71ed19d

Browse files
committed
[GHA] GCP Backup upload working
1 parent d1f03ff commit 71ed19d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Authenticate to GCP
2929
run: |
3030
json='${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}'
31-
json=${json//\"/\\\"}
32-
echo -e "$json" > ./gcp.json
31+
echo -e $json > ./gcp.json
3332
gcloud auth activate-service-account --key-file=./gcp.json
3433
rm -f gcp.json
3534
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)