nordcloud/Create PagerDuty incident
Create a PD incident directly from your Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| integration_key | PagerDuty integration key | yes | — |
| summary | Incident summary | yes | — |
| action | Events API v2 action | yes | trigger |
| dedup_key | Incident deduplication key | no | — |
| source | Incident source | no | GitHub Actions |
| severity | Incident severity | no | critical |
| timestamp | Incident timestamp | no | — |
| component | Incident component | no | — |
| group | Incident group | no | — |
| class | Incident class | no | — |
| custom_details | Incident metadata | no | — |
| include_github_context | Should the incident include the full GitHub context? | no | false |
Outputs
| name | description |
|---|---|
| status | Returned status |
| message | Returned message |
| data | All returned data |