diff --git a/bridge/webgit.py b/bridge/webgit.py index 1ec2c21..7ddfe9e 100644 --- a/bridge/webgit.py +++ b/bridge/webgit.py @@ -183,11 +183,11 @@ class Gitea(WebgitClient): repo_name, ), json={ + "active": True, "config": { "url": http_endpoint, "content_type": "json", }, - "active": True, "events": events, "type": "gitea", },