acyphus/PagerDuty Send Event/Alert

Send an event to PagerDuty to trigger, acknowledge, or resolve incidents.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
integration-keyThe PagerDuty Integration Key.yes
dedup-keyIdentifies the alert to trigger, acknowledge, or resolve. Required unless the event_type is trigger.no
event-actionThe type of event. Can be trigger, acknowledge or resolve.yestrigger
summaryA brief text summary of the event, used to generate the summaries/titles of any associated alerts.yesAlert from ${{github.repository}} by ${{github.actor}}
sourceThe unique location of the affected system.noGitHub Actions in ${{github.repository}}
severityThe perceived severity of the status the event is describing with respect to the affected system.. Can be info, warning, error, or critical.yescritical
clientThe name of the monitoring client that is triggering this event. (This field is only used for trigger events.)no${{github.repository}}
client-urlThe URL of the monitoring client that is triggering this event. (This field is only used for trigger events.)nohttps://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
namedescription
timeTimestamp of the event.