webhook not working in Stacks #493

Closed
opened 2025-10-31 15:13:27 -05:00 by GiteaMirror · 2 comments
Owner

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

  • Connection #0 to host xxxxxxxx.com left intact
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 * Connection #0 to host xxxxxxxx.com left intact
Author
Owner

@mbecker20 commented on GitHub (Jul 30, 2025):

What branch is configured in Komodo?

@mbecker20 commented on GitHub (Jul 30, 2025): What branch is configured in Komodo?
Author
Owner

@dkoryto commented on GitHub (Jul 30, 2025):

I think it's okay.

@dkoryto commented on GitHub (Jul 30, 2025): I think it's okay.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#493
No description provided.