Skip to content

Commit 009ed59

Browse files
committed
[GHA] GCP Backup upload working
1 parent 748799d commit 009ed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Authenticate to GCP
2929
run: |
30-
echo -e "${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}" > ./gcp.json
30+
echo -e '${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}' > ./gcp.json
3131
gcloud auth activate-service-account --key-file=./gcp.json
3232
rm -f gcp.json
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)