ietf-tools/Workflow Run Dispatch

Trigger a GitHub Actions workflow run in a different repo and wait for its completion

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoRepo owner and name (e.g. org/repo)yes
workflowName or ID of workflow to run (e.g. deploy.yml)yes
refBranch, tag or commit SHA reference of the workflow run (e.g. main)nomain
tokenGitHub token with write access to the target repo (MUST be a PAT, NOT the GITHUB_TOKEN)yes
inputsInputs to pass to the workflow as a JSON string. All values MUST be strings.no{}
showRunUrlDisplay the URL of the triggered workflow in the logsnotrue
waitForCompletionAwait completion of the triggered worflownotrue
waitForCompletionIntervalHow often to query the triggered worflow status (e.g. 30s or 1m)no10s
waitForCompletionTimeoutHow long to wait before marking the workflow as timed out (e.g. 10m or 1h)no15m
namedescription
workflowRunResultResult state of the triggered workflow (see readme for possible values)
workflowRunIdID of the triggered workflow run
workflowRunUrlURL of the triggered workflow run