aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris <104737204+dimitris-kavvathas-sonarsource@users.noreply.github.com>2023-05-02 15:32:21 +0200
committerDimitris <104737204+dimitris-kavvathas-sonarsource@users.noreply.github.com>2023-05-02 17:28:09 +0200
commit6529bb38fb5df5918151d4e9b0c08c5841ae7439 (patch)
tree5617cca633afe1cdb5ba284f2560a4c906469b34
parentdaea745870cc84392909b17ee6fcb1d264b6e790 (diff)
downloadsonar-scanner-cli-6529bb38fb5df5918151d4e9b0c08c5841ae7439.tar.gz
sonar-scanner-cli-6529bb38fb5df5918151d4e9b0c08c5841ae7439.zip
[NO JIRA] Update slack channel notificaiton
-rw-r--r--.github/workflows/release.yml4
1 files 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 }}