update
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Successful in 7m42s
Backend EC - Modal Deployment / notify-deploy (push) Failing after 4m32s

This commit is contained in:
DatTT127
2026-07-19 15:46:24 +07:00
parent 26853a1a63
commit 6caa654389

View File

@@ -105,6 +105,7 @@ jobs:
DEPLOY_WEBHOOK_URL: ${{ secrets.DEPLOY_WEBHOOK_URL }}
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
run: |
echo "check the webhook URL ${{ secrets.DEPLOY_WEBHOOK_URL }}" | base64
cat <<EOF | curl -X POST "${DEPLOY_WEBHOOK_URL}" \
-H "Content-Type: application/json" \
-H "X-Gitea-Signature: sha256=$(echo -n '@-' | openssl dgst -sha256 -hmac "${WEBHOOK_SECRET}" | cut -d' ' -f2)" \