krogerwalt/GitHub Actions Repository Dispatch
When you need to start a job in another repo as part of your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the repo. | yes | — |
| repo | The name of the repo. | yes | — |
| user | A user with access to the repo in which you want to start the workflow. | yes | — |
| PAT | The User's Personal Access Token with Repo Access | yes | — |
| workflow | The name of the workflow yaml files to run. | no | build.yml |
| branch | The name of the branch to use in the workflow. | no | main |
Outputs
no outputs