mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[Feature] Support other Git providers by providing a generic webhook for triggering actions #159
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gdl-reif on GitHub (Dec 19, 2024).
As we don't use neither Gitlab nor Github, it would be awesome to be able to build/deploy by calling a generic webhook after committing to the repo.
@mbecker20 commented on GitHub (Dec 21, 2024):
Hi, the webhooks are called github / gitlab as these determine the authentication method. Its not saying only those two providers can call the webhook!
Most popular providers use the "github" auth method, as it is more secure. For example, Gitea / Forgejo will use the github auth method. See https://komo.do/docs/webhooks.
@gdl-reif commented on GitHub (Jan 1, 2025):
I'm ware of that, but Azure DevOps doesn't support anything except manually adding headers to the payload, i.e. a static Auth Token.