get-bridge/Spinnaker Webhook
initiates a deploy on spinnaker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | the auth token. this can also be passed in with the env SPINNAKER_WEBHOOK_TOKEN. | — | — |
| host | the host of the spinnaker. this can also be passed in with the env SPINNAKER_WEBHOOK_HOST. | — | — |
| name | the webhook name. this can also be passed in with the env SPINNAKER_WEBHOOK_NAME. | — | — |
| sha | what sha to pass to spinnaker to deploy. if this is not specified, it will use SPINNAKER_WEBHOOK_SHA or GITHUB_SHA | — | — |
| extraParams | pass in a json object to add parameters to the webhook call. it will also check the env SPINNAKER_WEBHOOK_EXTRA_PARAMS | — | {} |
Outputs
no outputs