What is GitHub’s repository dispatch event and how does it enable cross-repository workflow triggering?

Github Hard

Github — Hard

What is GitHub’s repository dispatch event and how does it enable cross-repository workflow triggering?

Key points

  • Repository dispatch events use custom webhooks
  • They enable cross-repository workflow triggering
  • External systems can send these events via POST requests
  • Custom event types and payloads are supported

Ready to go further?

Related questions