From 008bc66326ddb47cf0dd49ee5e85c44d31a0cc91 Mon Sep 17 00:00:00 2001 From: "sdkman-chloe[bot]" <263185818+sdkman-chloe[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:09:24 +0000 Subject: [PATCH] fix: strip deliver/channel/to from notify-failure hook payload --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 5c9646a6..feed41fd 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -63,7 +63,7 @@ jobs: MSG="❌ Release build failed: ${REPO}" MSG+=$'\nRun: '"${RUN_URL}" PAYLOAD=$(jq -n --arg msg "$MSG" --arg name "GitHub CI" \ - '{message: $msg, name: $name, deliver: true, channel: "discord", to: "user:918237603617206303"}') + '{message: $msg, name: $name}') curl -sf -X POST \ -H "Authorization: Bearer ${{ secrets.OPENCLAW_HOOK_TOKEN }}" \ -H "Content-Type: application/json" \