Skip to content

Commit

Permalink
Update helm-chart-releaser.yml to force failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
MWesterholz authored Aug 6, 2024
1 parent a072074 commit 4047a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: automation
charts_dir: automationTest
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN2 }}"

- uses: RocketChat/[email protected]
if: failure()
Expand All @@ -36,4 +36,4 @@ jobs:
job_name: 'Helmchart Release Status: '
url: ${{ secrets.RC_WEBHOOK }}
channel: '#sc-dev-monitoring'
username: Helmchart Release Failure Notificator
username: HelmchartFailTest

0 comments on commit 4047a68

Please sign in to comment.