Update CI.yaml

This commit is contained in:
Yasser Isa 2024-02-19 11:04:09 -07:00 committed by GitHub
parent 49e20b52ef
commit e89f269f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: |
echo '${{ secrets.BUNNY_RESOURCE }}' > resource.txt
echo '${{ secrets.BUNNY_API_KEY }}' > key.txt
curl --request POST --url https://api.bunny.net/pullzone/${{ secrets.BUNNY_RESOURCE }}/purgeCache --header 'content-type: application/json' --header 'AccessKey: ${{ secrets.BUNNY_API_KEY }}'
curl --request POST --url https://api.bunny.net/pullzone/${{ secrets.BUNNY_RESOURCE }}/purgeCache --header 'content-type: application/json' --header 'AccessKey: $(echo '${{ secrets.BUNNY_API_KEY }}' | tr -d '\n')'
exit 0
sudo apt -qq update; sudo apt install wget openssh-client git -y >/dev/null
echo ${{ secrets.GCP_SA_KEY }} | base64 -d > json.json