diff --git a/docs/github.md b/docs/github.md index ac168a21..ab504f4c 100644 --- a/docs/github.md +++ b/docs/github.md @@ -16,6 +16,10 @@ Where download.myapp.com, is the URL of your Nuts server. It'll refresh versions cache everytime you update a release on GitHub. +### Content Type + +Make sure to set the Webhook content type to "application/json" instead of the default "application/x-www-form-urlencoded". + ### Secret The GitHub Webhook secret can be configured as a environment variable on Nuts: `GITHUB_SECRET` (default value is `secret`).