From 4047a68b271d501af40fc3f098b05e308541a909 Mon Sep 17 00:00:00 2001 From: "M. Westerholz" <37044238+MWesterholz@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:32:38 +0200 Subject: [PATCH] Update helm-chart-releaser.yml to force failure test --- .github/workflows/helm-chart-releaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-chart-releaser.yml b/.github/workflows/helm-chart-releaser.yml index 925968c..e503f3c 100644 --- a/.github/workflows/helm-chart-releaser.yml +++ b/.github/workflows/helm-chart-releaser.yml @@ -25,9 +25,9 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.1 with: - charts_dir: automation + charts_dir: automationTest env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_TOKEN: "${{ secrets.GITHUB_TOKEN2 }}" - uses: RocketChat/Rocket.Chat.GitHub.Action.Notification@1.1.1 if: failure() @@ -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