Dispatch a GitHub Action workflow with script action
You can use the GitHub Actions workflow repository_dispatch event trigger to start a workflow by triggering a webhook.
I use this event trigger to start a workflow for building my website when I create or update content in my blog repository. Because my website and the blog content are two separate repositories, I must use the repository_dispatch event to trigger the website build workflow.
Published on:
Learn more