0

I've configured a webhook in github, which should be triggered by a push to any branch.

When I edit a file in the github webview, the webhook is being triggered. But when I edit a file in intellij, the webhook is not being triggered.

Do I have to set some meta data in my git configuration locally or what's the difference to the webview approach?

torek
  • 448,244
  • 59
  • 642
  • 775
Klemens Morbe
  • 595
  • 9
  • 24
  • Git has never heard of a "webhook"; these things are exclusive to GitHub, and triggered by "GitHub events" (which have little to do with Git itself). There's nothing you can do in Git itself to affect them. See also https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks – torek Aug 23 '22 at 21:07
  • so how do I trigger this webhook locally, is this even possible? @torek – Klemens Morbe Aug 25 '22 at 13:57
  • The only thing I can suggest is that you read the GitHub docs or ask GitHub directly. I'm no GitHub webhook expert. – torek Aug 25 '22 at 19:47

0 Answers0