Skip to content

Commit af3d199

Browse files
committed
Add Opsgenie heartbeat to Github workflow
1 parent 9eebfe0 commit af3d199

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker.build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ jobs:
8080
tags: ${{ steps.meta.outputs.tags }}
8181
labels: ${{ steps.meta.outputs.labels }}
8282

83+
- name: Send mail for Opsgenie heartbeat
84+
uses: dawidd6/action-send-mail@v3
85+
with:
86+
connection_url: ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
87+
subject: Github Actions heartbeat ping
88+
89+
from: Github Actions <[email protected]>
90+
body: Build job of ${{github.repository}} completed successfully!
91+
8392
release-helm:
8493
runs-on: ubuntu-latest
8594
steps:

0 commit comments

Comments
 (0)