ecmwf/Trigger private downstream
A Github action that triggers workflows using `repository_dispatch` event and monitors result.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token with READ and WRITE access to actions, code, and pull requests and READ access to metadata | yes | — |
| owner | Owner of the target repository. | yes | — |
| repository | Name of the repository that contains target workflow. | yes | — |
| event_type | Corresponds to `repository_dispatch.types` of the target workflow. | yes | — |
| payload | JSON object containing data to be passed to target workflow. | yes | — |
| github_token | Token used to comment on a PR if the action is called within a PR. If using GitHub Actions token ($GITHUB_TOKEN), the calling job needs pull-request write permissions. | yes | ${{ github.token }} |
Outputs
no outputs