Trigger a workflow of another repository and get the artifacts

Viewed 16

I have a private GitHub repository named "Test Repo" under an organization. The repository has an action that performs a workflow and uploads an artifact (HTML). I have ten more private repositories named "Dev Repos" under the same organization.

Is there a way where the below steps could happen whenever there is a push in any of the "Dev Repos"?

  • Trigger the "Test Repo" workflow. The "Dev Repos" should show a processing workflow status.
  • Once the "Test Repo" workflow is complete, the artifact of the "Test Repo" should appear in the "Dev Repos" where the push was made.

Note: It'll be nice to use native approaches rather than 3rd party plugins :)

0 Answers
Related