From 69d0970eea363e742897be52981e052fa095a248 Mon Sep 17 00:00:00 2001 From: Philippe Moore Date: Mon, 15 Jul 2024 14:02:12 -0400 Subject: [PATCH] Update docs/docs/run_minder_server/config_webhook.md Co-authored-by: Evan Anderson --- docs/docs/run_minder_server/config_webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/run_minder_server/config_webhook.md b/docs/docs/run_minder_server/config_webhook.md index 5d62ab9177..470335fec2 100644 --- a/docs/docs/run_minder_server/config_webhook.md +++ b/docs/docs/run_minder_server/config_webhook.md @@ -4,7 +4,7 @@ sidebar_position: 70 --- # Configuring a Webhook -Minder requires a webhook to be configured on the repository provider. Currently, Minder only supports GitHub. +Minder allows a webhook to be configured on the repository provider to respond to provider events. Currently, Minder only supports GitHub. The webhook allows GitHub to notify Minder when certain events occur in your repositories. To configure the webhook, Minder needs to be accessible from the internet. If you are running the server locally, you can use a service like [ngrok](https://ngrok.com/) to expose your local server to the internet.