-
|
Hello, Been experimenting with doco-cd and was wondering is it possible for doco-cd to be triggered for other webhook event such as for example From experimenting noticed that it works correctly with Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
That depends on the webhook payload. Doco-CD requires that certain fields be present in the JSON payload, see https://github.com/kimdre/doco-cd/blob/main/internal/webhook/payload.go#L8-L18 Since |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @kimdre The reason I'm asking this is for the following use case. If I'm using Github Any idea on how to address this kind of scenario ? Thanks |
Beta Was this translation helpful? Give feedback.
Found a way to send
pushevent manually from Github action