Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Isa authored Feb 19, 2024
1 parent 04a28e7 commit 49e20b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
id: gitian
shell: bash
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 }}'
exit 0
sudo apt -qq update; sudo apt install wget openssh-client git -y >/dev/null
Expand Down

0 comments on commit 49e20b5

Please sign in to comment.