Skip to content

Commit

Permalink
Add Opsgenie heartbeat to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Jul 21, 2023
1 parent 9eebfe0 commit af3d199
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Send mail for Opsgenie heartbeat
uses: dawidd6/action-send-mail@v3
with:
connection_url: ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
subject: Github Actions heartbeat ping
to: [email protected]
from: Github Actions <[email protected]>
body: Build job of ${{github.repository}} completed successfully!

release-helm:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit af3d199

Please sign in to comment.