the-iron-bank-of-braavos/Workflow Dispatch

Create a workflow dispatch event

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenPersonal access token (PAT) used to fetch the repository. Default: empty. This field is optional, required if app credentials are not defined. ""
repositoryThe full name of the repository to send the dispatch. Default: Current repository ${{ github.repository }}
external-repositoryRepository where workflow is located ""
refBranch, tag or commit. Default: Current ref ( github.ref ) ${{ github.ref }}
temp-refTemporal branch where execute this action temp
external-refBranch where external workflow is located master
workflowWorkflow filename. Required. yes
inputsJSON inputs with extra information about the webhook event that your action or worklow may use. Default: {} ( Empty ) {}
organizationOorganization 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. ""
appIdApp 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. ""
privateKeyPrivate 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. ""
clientIdApp 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. ""
clientSecretApp 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. ""

no outputs