the-iron-bank-of-braavos/Workflow Dispatch
Create a workflow dispatch event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token (PAT) used to fetch the repository. Default: empty. This field is optional, required if app credentials are not defined. | — | "" |
| repository | The full name of the repository to send the dispatch. Default: Current repository | — | ${{ github.repository }} |
| external-repository | Repository where workflow is located | — | "" |
| ref | Branch, tag or commit. Default: Current ref ( github.ref ) | — | ${{ github.ref }} |
| temp-ref | Temporal branch where execute this action | — | temp |
| external-ref | Branch where external workflow is located | — | master |
| workflow | Workflow filename. Required. | yes | — |
| inputs | JSON inputs with extra information about the webhook event that your action or worklow may use. Default: {} ( Empty ) | — | {} |
| organization | Oorganization or user name. Default: github.actor. This field is optional, required if you don't want to use personal access token and you prefer to use App Credentials. | — | "" |
| appId | App ID. Default: empty. This field is optional, required if you don't want to use personal access token and you prefer to use App Credentials. | — | "" |
| privateKey | Private RSA key. Default: empty. This field is optional, required if you don't want to use personal access token and you prefer to use App Credentials. | — | "" |
| clientId | App Client ID. Default: empty. This field is optional, required if you don't want to use personal access token and you prefer to use App Credentials. | — | "" |
| clientSecret | App Client Secret. Default: empty. This field is optional, required if you don't want to use personal access token and you prefer to use App Credentials. | — | "" |
Outputs
no outputs