lowlydba/incident.io Alert Action
Unofficial community action to send alerts to incident.io from GitHub Actions workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| incident-io-token | incident.io API token for authentication | yes | — |
| alert-source-config-id | The alert source config ID from incident.io | yes | — |
| title | Title of the alert | yes | — |
| status | Status of the alert (firing or resolved) | yes | firing |
| description | Description with additional details (supports markdown) | no | — |
| deduplication-key | Unique deduplication key for this alert. Defaults to workflow run ID if not provided | no | — |
| source-url | Link to the alert source. Defaults to workflow run URL if not provided | no | — |
| metadata | Additional metadata as JSON string (e.g., {"service": "api", "environment": "production"}) | no | {} |
Outputs
| name | description |
|---|---|
| deduplication-key | The deduplication key used for the alert |
| response-status | The response status from incident.io API |