From aee47c5d8479d4c52a5e6499a497371fc52634d9 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Thu, 7 Mar 2024 18:04:26 +0100 Subject: [PATCH] README: document gitlab_webhook --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79b19a5..d5cf513 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Add a webhook with an URL ending with `?formatter=grafana&key=API_KEY` ### For Gitlab -At a group level, Gitlab does not permit to setup webhooks. A workaround consists to use Google +At the group level, Gitlab does not permit to setup webhooks. A workaround consists to use Google Chat or Microsoft Teams notification integration with a custom URL (Gitlab does not check if the url begins with the normal url of the service). #### Google Chat @@ -122,7 +122,12 @@ Add a Google Chat integration with an URL ending with `?formatter=gitlab_gchat&k Add a Microsoft Teams integration with an URL ending with `?formatter=gitlab_teams&key=API_KEY` -#### Github Release Notifier +#### Gitlab Webhook + +At the project level, you can add a webhook with an URL ending with `?formatter=gitlab_webhook` and put your `API_KEY` +as secret token + +### Github Release Notifier To receiver notifications about new releases of projects hosted at github.com you can add a matrix webhook ending with `?formatter=grn&key=API_KEY` to [Github Release Notifier (grn)](https://github.com/femtopixel/github-release-notifier).