Skip to content

Commit

Permalink
SONARGO-67 Change slack notification channel (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Dec 10, 2024
1 parent 8494424 commit d5bce2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ToggleLockBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
with:
github-token: ${{ fromJSON(steps.secrets.outputs.vault).lock_token }}
slack-token: ${{ fromJSON(steps.secrets.outputs.vault).slack_api_token }}
slack-channel: squad-jvm-notifs
slack-channel: squad-cloud-notifs
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
publishToBinaries: true
mavenCentralSync: true
slackChannel: squad-jvm-notifs
slackChannel: squad-cloud-notifs
2 changes: 1 addition & 1 deletion .github/workflows/slack_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
id-token: write # to authenticate via OIDC
uses: SonarSource/gh-action_build-notify/.github/workflows/main.yaml@v1
with:
slackChannel: squad-jvm-notifs
slackChannel: squad-cloud-notifs

0 comments on commit d5bce2c

Please sign in to comment.