ryanmab/Incident.io Alert
A community maintained GitHub Action for triggering Incident.io alerts from GitHub workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| alert_source_id | The alert source configuration ID to use when firing the event | yes | — |
| alert_source_token | The token used to authenticate the request with the alert source | yes | — |
| title | The title of the alert event | yes | — |
| description | The description of the alert event. Can be Markdown. | yes | — |
| status | The status of the alert event. Can either be "firing" or "resolved" | no | firing |
| metadata | The additional metadata to include in the alert event. Must be a valid JSON string | no | — |
Outputs
| name | description |
|---|---|
| deduplication_key | The deduplication key for the alert event, used to prevent duplicate alerts |
| status | The status of the alert event. Will be either "success" or "failure" |