diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index c7dc57f..98e4bc1 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -37,7 +37,8 @@ jobs: !dist/.vite - name: "Notify the web server" - run: curl https://moritzruth.de/_sscdc/notify + run: > + curl https://moritzruth.de/_sscdc/notify -H "Content-Type: application/json" -H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}" -d '{ "id": "${{ github.sha }}", "download_url": "${{ steps.upload.outputs.artifact-url }}" }' \ No newline at end of file