boldtrail/Run external workflow with output

GitHub action to run external github workflows from private repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo_ownerThe owner of the repository where the workflow is contained.yes
repo_nameThe repository where the workflow is contained.yes
github_tokenThe Github access token with access to the workflow repository. It is recommended you put this token under secrets.yes
workflow_file_nameName of the workflow file. For example, you could use main.ymlyes
git_refThe reference of the workflow run. The reference can be a branch, tag, or a commit SHA. Default: masternomaster
check_intervalThe number of seconds delay between checking for result of run.no5
wait_timeoutHow long do we wait the external workflow to complete (in seconds)no600
client_payloadPayload to pass to the workflow, must be a JSON stringno

no outputs