mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
webhook not working in Stacks #493
Reference in New Issue
Block a user
No description provided.
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 @dkoryto on GitHub (Jul 30, 2025).
When I try to run a webhook for the Stack, I get
WARN StackWebhook{id="develop-dev"}: core::listener::router: Failed at running webhook for stack develop-dev | request branch does not match expected
test:
curl -X POST https://xxxxxxxx.com/listener/github/stack/develop-dev/deploy
-H "Content-Type: application/json"
-H "X-Hub-Signature-256: sha256=xxxxxxxxxxxxxxxxx"
-H "X-GitHub-Event: push"
-d '{"repository":{"name":"repo","full_name":"zxzxz/repo"},"ref":"refs/heads/develop"}'
-v
@mbecker20 commented on GitHub (Jul 30, 2025):
What branch is configured in Komodo?
@dkoryto commented on GitHub (Jul 30, 2025):
I think it's okay.