make webhooks active

This commit is contained in:
stupidcomputer 2024-10-09 06:47:09 -05:00
parent 82ce1c7f6d
commit 14680c1746
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",
},