repository_dispatch

This action sends a repository dispatch to the target repository of the specified event_type with the specified personal access token.

Usage

Example:

- uses: spaceeec/action_repository_dispatch@master
  with:
    target_repository: spaceeec/example
    event_type: example
    pat: ${{ secrets.GITHUB_PAT }}