sinofseven/Workflow Dispatch
Trigger a workflow_dispatch event on a target repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target_repo | Target repository (e.g. org/repo) | yes | — |
| workflow_id | Workflow file name or ID (e.g. deploy.yml) | yes | — |
| ref | Branch or tag to run the workflow on (e.g. main) | yes | — |
| token | PAT with Actions (Read and write) permission on the target repository. Fine-grained PAT: Repository permissions > Actions > Read and write | yes | — |
| inputs | JSON object string to pass as workflow inputs | no | {} |
Outputs
no outputs