Skip to content

Commit

Permalink
[GHA] GCP Backup upload working
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jul 16, 2024
1 parent 0d63363 commit d1f03ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backup-eclipse-releases-to-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Authenticate to GCP
run: |
json='${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}'
json=${json//\"/\\\"}
echo -e "$json" > ./gcp.json
gcloud auth activate-service-account --key-file=./gcp.json
rm -f gcp.json
Expand Down

0 comments on commit d1f03ff

Please sign in to comment.