make webhooks active
This commit is contained in:
parent
82ce1c7f6d
commit
14680c1746
|
@ -187,6 +187,7 @@ class Gitea(WebgitClient):
|
||||||
"url": http_endpoint,
|
"url": http_endpoint,
|
||||||
"content_type": "json",
|
"content_type": "json",
|
||||||
},
|
},
|
||||||
|
"active": True,
|
||||||
"events": events,
|
"events": events,
|
||||||
"type": "gitea",
|
"type": "gitea",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue