remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Set github webhook content type to json correctly. #35

Closed ejholmes closed 8 years ago

ejholmes commented 8 years ago

Turns out setting content_type to application/json when creating a webhook makes it post as application/x-www-form-urlencoded even though the repo settings show application/json.

According to the GitHub docs we should be setting this to json.