feat: add ensure webhook
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-12 23:32:10 +02:00
parent 706a62a292
commit ff81ab252a
6 changed files with 234 additions and 3 deletions

View File

@@ -20,3 +20,4 @@ futures = "0.3.30"
reqwest = {version = "0.12.3", default-features = false, features = ["json", "rustls-tls"]}
itertools = "0.12.1"
regex = "1.10.4"
serde_json = "1.0.115"