Skip to content

Repository Dispatch Trigger

A repository_dispatch is used to trigger a workflow from another repository. A Repository Dispatch Event Snippet can be used to trigger this event. The event_type there must be set to match the types here.

Code

on: 
  repository_dispatch:
    types: [ name-of-event ]