Skip to content

Commit

Permalink
Merge pull request #4 from hpi-schul-cloud/DBP-831-robust-helm-publish
Browse files Browse the repository at this point in the history
Dbp 831 robust helm publish
  • Loading branch information
MWesterholz authored Aug 7, 2024
2 parents dabd5d1 + 54b1ca9 commit 5ef6868
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ jobs:
with:
charts_dir: automation
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- uses: RocketChat/[email protected]
if: failure()
with:
type: ${{ job.status }}
job_name: 'Helmchart Release Status: '
url: ${{ secrets.RC_WEBHOOK }}
channel: '#sc-dev-monitoring'
username: Helmchart Failure Notificator

0 comments on commit 5ef6868

Please sign in to comment.