beewisetechnologiesltd/Remote Workflow Trigger

Triggers a workflow in another repository, waits for it to finish, and reports back the status

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
target_repoThe repository to trigger the workflow in (format: owner/repo)yes
workflow_idThe ID or filename of the workflow to triggeryes
github_tokenGitHub Personal Access Token (PAT) with workflow permissions on the target repositoryyes
refThe git reference to run the workflow against (branch, tag, or SHA)nomain
inputsJSON string containing workflow inputsno{}
wait_intervalSeconds to wait between status checksno10
timeoutMaximum seconds to wait for workflow completionno3600
namedescription
workflow_urlURL of the triggered workflow run
statusFinal status of the workflow run (success, failure, cancelled, etc.)
conclusionConclusion of the workflow run
run_idID of the triggered workflow run