fix webhook

This commit is contained in:
Andrei Yankovich 2020-02-08 00:33:29 +03:00
parent ae0272b17f
commit 12e03f0cce

View File

@ -14,6 +14,7 @@ class BuildBotChangeSource(BuildBotModule):
self.masterConf['www']['change_hook_dialects'] = [
{ 'github': {
'secret': secret.getValue('WebHook'),
'strict': True,
},
},
]