benhpoh / workflow-dispatch-sender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trigger Another Repo's Workflow

This repo is an example of triggering a Github Action in another repo upon any commits to the main branch.

This workflow requires a Personal Access Token to be created with repo and workflow scopes.

Refer to this repo for an example on the receiving end.

The full step by step write-up on this 2 part process is detailed in this blog post: blog.benhpoh

About