Skip to content

Commit c917dc1

Browse files
authored
Update main_eoagritool.yml
Updated
1 parent 42921e9 commit c917dc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main_eoagritool.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ jobs:
6464
- name: Unzip artifact for deployment
6565
run: unzip release.zip
6666

67-
67+
- name: eonx-com/actions-opsgenie
68+
uses: eonx-com/[email protected]
69+
with: API_KEY: ${{ secrets.OPSGENIE_PAT_TOKEN }}
70+
PRIORITY: 'P1'
71+
ALIAS: 'deploy-production-failed'
72+
MESSAGE: 'Deployment to production failed. please review Github Actions logs'
6873
- name: Login to Azure
6974
uses: azure/login@v2
7075
with:

0 commit comments

Comments
 (0)