Trigger workflow B in a repo from workflow A in another repo #32041
Labels
topic/gitea-actions
related to the actions of Gitea
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
On Github Actions, there is a possibility to trigger a workflow from another repository through an API call, so the idea is Workflow1 runs and once arrived at a given state, it calls the API to trigger Workflow2 from another repository.
Here is what is used on Github’s side, it relies on the on: workflow_dispatch event and a REST route letting the user generate a custom event. A discussion regarding this can be found here: Triggering by other repository · community · Discussion #26323 · GitHub 118
Screenshots
No response
The text was updated successfully, but these errors were encountered: