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" \