Explorar el Código

[NO JIRA] Update slack channel notificaiton

tags/5.0.0.2966
Dimitris hace 1 año
padre
commit
6529bb38fb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      .github/workflows/release.yml

+ 2
- 2
.github/workflows/release.yml Ver fichero

@@ -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 }}

Cargando…
Cancelar
Guardar