-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Opsgenie heartbeat to Github workflow
- Loading branch information
1 parent
9eebfe0
commit af3d199
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|