beewisetechnologiesltd/Remote Workflow Trigger
Triggers a workflow in another repository, waits for it to finish, and reports back the status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target_repo | The repository to trigger the workflow in (format: owner/repo) | yes | — |
| workflow_id | The ID or filename of the workflow to trigger | yes | — |
| github_token | GitHub Personal Access Token (PAT) with workflow permissions on the target repository | yes | — |
| ref | The git reference to run the workflow against (branch, tag, or SHA) | no | main |
| inputs | JSON string containing workflow inputs | no | {} |
| wait_interval | Seconds to wait between status checks | no | 10 |
| timeout | Maximum seconds to wait for workflow completion | no | 3600 |
Outputs
| name | description |
|---|---|
| workflow_url | URL of the triggered workflow run |
| status | Final status of the workflow run (success, failure, cancelled, etc.) |
| conclusion | Conclusion of the workflow run |
| run_id | ID of the triggered workflow run |