Trigger a GitHub Action when another repository creates a new release
Is there any way to refer to the release event of another repository? Fairly sure this feature does not exist. If you have have access to the repository creating the release then you could call a webhook event to trigger an on: repository_dispatch workflow to run in another repository. repository-dispatch action can help in this … Read more