dispatch_workflow
Dispatch a GitHub Actions workflow in an authorized repository, passing workflow inputs via stdin to keep them out of audit logs.
Instructions
Dispatch an active GitHub Actions workflow in an allowed repository. Workflow inputs are sent through stdin and are not returned or written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| inputs | No | ||
| account | Yes | ||
| hostname | No | ||
| workflow | Yes | ||
| repository | Yes | Repository in owner/name format |