From 6903490ace0478317cd5b3184590d440cfcab541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 10 Jul 2024 17:20:45 +0200 Subject: [PATCH] Form GitlabHook payloads again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don't check for the secret validity at this point Signed-off-by: Maxime “pep” Buquet --- src/web.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/web.rs b/src/web.rs index 93fc41b..df2b75c 100644 --- a/src/web.rs +++ b/src/web.rs @@ -81,9 +81,7 @@ async fn hooks_inner(req: Request, secret: &str) -> Result