boldtrail/Run external workflow with output
GitHub action to run external github workflows from private repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_owner | The owner of the repository where the workflow is contained. | yes | — |
| repo_name | The repository where the workflow is contained. | yes | — |
| github_token | The Github access token with access to the workflow repository. It is recommended you put this token under secrets. | yes | — |
| workflow_file_name | Name of the workflow file. For example, you could use main.yml | yes | — |
| git_ref | The reference of the workflow run. The reference can be a branch, tag, or a commit SHA. Default: master | no | master |
| check_interval | The number of seconds delay between checking for result of run. | no | 5 |
| wait_timeout | How long do we wait the external workflow to complete (in seconds) | no | 600 |
| client_payload | Payload to pass to the workflow, must be a JSON string | no | — |
Outputs
no outputs