It mentions that "https://readthedocs.org/github" is what you should use to set up a manual webhook, but there's far more fields than just a URL when trying to set it up in github manually
adamdangoor has quit
adamdang_ joined the channel
keimlink joined the channel
xafer has quit
agj
sekhmet: that's the doc and correct endpoint for a webhook
docs there need an overhaul because we're actually doing webhooks a different way entirely now
but the new style webhooks currently require you to set up a project through github integrations
sekhmet
So I'd use https://readthedocs.org/github for the "Payload URL" and leave content type set to "application/json", Secret blank, and send "just the push event?"
(my "Integrations & Services" tab in github only has that "Add Service" bit in there, the webhook stuff is on its own tab)
agj
that's all correct
sekhmet
Github's now saying that there was an error delivering the initial payload; getting a 400 back from the readthedocs.org server - is that cause for concern?
agj
what's the response? it's likely that your project name doesn't exactly match the RTD project repo url
this is why we're moving away from this and the service set up
sekhmet
agj: The response contents is just "Invalid request", with an HTTP error of 400