maxmasner/Komodo Deploy Action
Trigger any Komodo (komo.do) webhook — Stack deploy, Build, Repo, Sync, or Procedure — with a correctly signed request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | Full webhook URL copied from Komodo (resource -> Webhooks tab). Works for any resource type. | yes | — |
| webhook-secret | Secret matching the resource's Webhook Secret override, or the global KOMODO_WEBHOOK_SECRET on Komodo Core if no override is set. | yes | — |
| ref | Git ref reported in the payload. Defaults to github.ref. | no | "" |
| repository | Repository full name (owner/repo) reported in the payload. Defaults to github.repository. | no | "" |
Outputs
| name | description |
|---|---|
| http-status | HTTP status code returned by Komodo. |
| response-body | Raw response body returned by Komodo. |