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)
Required OpsGenie API Key.
Required OpsGenie API URL.
Required GitHub API Token.
uses: ricardofelgueiras/opsgenie-create-alert-action@v2
with:
api-key: "${{ secrets.OPSGENIE_APIKEY }}"
opsgenie-api-url: "${{ secrets.OPSGENIE_URL }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"