소스 검색

[NO JIRA] Update slack channel notificaiton

pull/149/head
Dimitris 1 년 전
부모
커밋
50a72a939f
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      .github/workflows/release.yml

+ 2
- 2
.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 }}

Loading…
취소
저장