From 6529bb38fb5df5918151d4e9b0c08c5841ae7439 Mon Sep 17 00:00:00 2001 From: Dimitris <104737204+dimitris-kavvathas-sonarsource@users.noreply.github.com> Date: Tue, 2 May 2023 15:32:21 +0200 Subject: [PATCH] [NO JIRA] Update slack channel notificaiton --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adedea8..7c1f1ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: publishToBinaries: true mavenCentralSync: true - slackChannel: sonarqube-build + slackChannel: team-sonarqube-build release_docker: permissions: id-token: write @@ -45,7 +45,7 @@ jobs: uses: slackapi/slack-github-action@v1.23.0 if: failure() with: - channel-id: sonarqube-build + channel-id: team-sonarqube-build slack-message: "Release failed, see the logs at https://github.com/{{ GITHUB_REPOSITORY }}/actions by {{ GITHUB_ACTOR }}" env: SLACK_BOT_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_BOT_TOKEN }} -- 2.39.5