Skip to content

cdkth/opsgenie-alert-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published