This action creates a new OpsGenie alert
[Required] The api key provided by OpsGenie integration.
[Required] The alias for the alert.
[Required] The actual alert message.
Alert's source. default is IP address of incoming request.
[Required] Alert's priority, valid values: P1-P5.
The description for the new alert.
The tags for the new alert, separated by commas.
Default value is false. Must set to true if required OpsGenie API endpoint is 'https://api.eu.opsgenie.com'.
uses: rockem/create-opsgenie-alert-action@v1
with:
api_key: ${{ secrets.OPSGENIE_API_KEY }}
alias: timeout-alert-alias
message: >
Activity exceeded timeout: exceeded 60 seconds
priority: P2
tags: backend,timeout