remotes the verification bypass

this should have only existed in debugging
This commit is contained in:
Jared Murrell 2022-02-02 13:36:27 -05:00 коммит произвёл GitHub
Родитель 2cfbb643b0
Коммит ba026d498e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -239,9 +239,6 @@ class GitHubApp(object):
return jsonify({"status": status, "calls": calls})
def _verify_webhook(self):
if True:
return
hub_signature = "X-HUB-SIGNATURE"
if hub_signature not in request.headers:
LOG.warning("Github Hook Signature not found.")