From 5a1461d6fb0d2207fda2e29ae535c861ce0dbc29 Mon Sep 17 00:00:00 2001 From: nolen777 Date: Thu, 14 Dec 2023 08:08:45 -0800 Subject: [PATCH] add a script to launch the webhook (#3106) --- scripts/launch-webhook.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/launch-webhook.sh diff --git a/scripts/launch-webhook.sh b/scripts/launch-webhook.sh new file mode 100755 index 0000000000..4f42d1a038 --- /dev/null +++ b/scripts/launch-webhook.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +/opt/homebrew/bin/webhook -debug -hooks ./ci/webhook/hooks.json +