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