Skip to content

This action creates an alert in OpsGenie (via API) for a specified issue.

Notifications You must be signed in to change notification settings

ricardofelgueiras/opsgenie-create-alert-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}"

About

This action creates an alert in OpsGenie (via API) for a specified issue.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published