make webhooks active

This commit is contained in:
stupidcomputer 2024-10-09 06:47:09 -05:00
parent 3e31ccce5c
commit 1b8fde0065
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ class Gitea(WebgitClient):
"url": http_endpoint,
"content_type": "json",
},
"active": True,
"events": events,
"type": "gitea",
},