Skip to content

Automatic OpsGenie alert creation

Actions
Create an alert in OpsGenie for the specified GitHub issue
v2
Latest
Star (3)

OpsGenie alert creation

This action creates an alert in OpsGenie (via API) for a specified issue. Note: the issue must have a label containing the priority (P1, P2, P3, P4 or P5)

Inputs

api-key

Required OpsGenie API Key.

opsgenie-api-url

Required OpsGenie API URL.

github-token

Required GitHub API Token.

Example usage

uses: ricardofelgueiras/opsgenie-create-alert-action@v2
with:
  api-key: "${{ secrets.OPSGENIE_APIKEY }}"
  opsgenie-api-url: "${{ secrets.OPSGENIE_URL }}"
  github-token: "${{ secrets.GITHUB_TOKEN }}"

Automatic OpsGenie alert creation is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Create an alert in OpsGenie for the specified GitHub issue
v2
Latest

Automatic OpsGenie alert creation is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.