Trigger Another Repository's Github Action Workflow and Wait for Result

Опубликовано: 05 Октябрь 2024
на канале: Keith, the Coder
16,895
205

In this lesson, I will walk you through triggering a workflow in a second Github repository. The most common use case is probably for triggering a single batch of tests while your code base is divided among multiple repositories. Another great use is triggering deployments of your API (in its own repo) before deploying your frontend (web app). This can be done fairly simply with a Github Action called Trigger Workflow and Wait.

Written tutorial: https://keithweaver.ca/lessons/trigge...
Github Action: https://github.com/convictional/trigg...