From: Dimitris <104737204+dimitris-kavvathas-sonarsource@users.noreply.github.com> Date: Tue, 2 May 2023 13:32:21 +0000 (+0200) Subject: [NO JIRA] Update slack channel notificaiton X-Git-Tag: 5.0.0.2966~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6529bb38fb5df5918151d4e9b0c08c5841ae7439;p=sonar-scanner-cli.git [NO JIRA] Update slack channel notificaiton --- 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 }}