diff --git a/buildbot_gitea/webhook.py b/buildbot_gitea/webhook.py index 0ba9d66..d44ac89 100644 --- a/buildbot_gitea/webhook.py +++ b/buildbot_gitea/webhook.py @@ -9,7 +9,7 @@ from twisted.python import log from dateutil.parser import parse as dateparse _HEADER_EVENT_TYPE = 'X-Gitea-Event' -_HEADER_SIGNATURE = 'HTTP_X_GITEA_SIGNATURE' +_HEADER_SIGNATURE = 'X-Gitea-Signature' class GiteaHandler(BaseHookHandler):