You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2020. It is now read-only.
I noticed that the express framework used by hubot (router.post) does not support the case sensitive "X-Hub-Signature" or "X-Github-Delivery" keys. I kept getting undefined errors when referencing the repo_event.signature value. As soon as I changed it all to lowercase (much like the x-github-event key you use) it works like a charm.