diff --git a/modules/github.py b/modules/github.py index 5780d1eb..ed8bad8e 100644 --- a/modules/github.py +++ b/modules/github.py @@ -41,7 +41,7 @@ class Module(ModuleManager.BaseModule): )["payload"][0] data = json.loads(payload) - github_event = event["headers"]["X-GitHub-Event"] + github_event = event["headers"]["X-Github-Event"] if github_event == "ping": return True