diff --git a/.github/webhooks/webhook.template b/.github/webhooks/webhook.template new file mode 100644 index 0000000..be511c5 --- /dev/null +++ b/.github/webhooks/webhook.template @@ -0,0 +1,4 @@ +#!/sbin/openrc-run + +command=webhook +command_args="-hooks $PROJECT_ROOT/.github/webhooks/hooks.json &" \ No newline at end of file