We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d635734 commit 10cd6c0Copy full SHA for 10cd6c0
1 file changed
.github/workflows/build.yml
@@ -39,5 +39,5 @@ jobs:
39
echo "Uploading to Odysen CI CDN..."
40
ls out
41
sleep 4
42
- curl -H "authorization: ${{ env.KEY }}" -H "content-type: multipart/form-data" -H "x-zipline-folder: ${{ env.CIUUID }}" https://${{ env.HOST }}/api/upload -F "file=@$(find out | grep .iso)"
+ curl -H "authorization: ${{ secrets.CDN_KEY }}" -H "content-type: multipart/form-data" -H "x-zipline-folder: ${{ secrets.CDN_CIUUID }}" https://${{ secrets.CDN_HOST }}/api/upload -F "file=@$(find out | grep .iso)"
43
0 commit comments