From a84d3cb7e9659b57ad3bbca6cc894a46fbf741fd Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 4 Jun 2025 00:11:41 +0200 Subject: Make integration actually work Add logs Add remote keys for each user --- server/hook/src/githook.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'server/hook/src') diff --git a/server/hook/src/githook.rs b/server/hook/src/githook.rs index a9cb898..3a27e2c 100644 --- a/server/hook/src/githook.rs +++ b/server/hook/src/githook.rs @@ -57,6 +57,7 @@ async fn main() -> Result<(), Box> { None::, None::, None::, + None::, ); while let Some(line) = lines.next_line().await? { -- cgit v1.2.3-70-g09d2