]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
[NO JIRA] Update slack channel notificaiton
authorDimitris <104737204+dimitris-kavvathas-sonarsource@users.noreply.github.com>
Tue, 2 May 2023 13:32:21 +0000 (15:32 +0200)
committerDimitris <104737204+dimitris-kavvathas-sonarsource@users.noreply.github.com>
Tue, 2 May 2023 15:28:09 +0000 (17:28 +0200)
.github/workflows/release.yml

index adedea805769ba71707449893b607391135d2e10..7c1f1ec037cb6f7ebccd24d3eb74e28df051545a 100644 (file)
@@ -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 }}