Github Webhook not validating properly #3986
-
Hi,
I've created the receiver and the secret. The secrets token value I've put in the secrets-field of the webhook (base64-decoded). The hook is in the url of the webhook configuration. the one which is shown by The notification-controller is the ghcr.io/fluxcd/notification-controller:v1.0.0-rc.4 Has anyone an idea? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @eBeyond , I just created a GitHub webhook and it worked okay. There's probably a configuration error somewhere and the secret is usually the first place to check.
The token is set in the |
Beta Was this translation helpful? Give feedback.
Hey @eBeyond ,
I just created a GitHub webhook and it worked okay. There's probably a configuration error somewhere and the secret is usually the first place to check.
The token is set in the
token
field of the secret. Can you update this to see if it fixes the issue?