Skip to content

Commit

Permalink
feat(ci): Change Mattermost notification channel
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Nov 27, 2023
1 parent a84e33e commit 9959510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEPLOYMENT: bso-ui # Must match k8s deployment name
DEPLOYMENT_NAMESPACE: bso # Must match k8s deployment namespace
DEPLOYMENT_URL: https://bso.dataesr.ovh
MM_NOTIFICATION_CHANNEL: 'bso-bot'
MM_NOTIFICATION_CHANNEL: bots

jobs:
publish-ghcr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
DEPLOYMENT: bso-ui
DEPLOYMENT_NAMESPACE: bso
DEPLOYMENT_URL: https://bso.staging.dataesr.ovh
MM_NOTIFICATION_CHANNEL: 'bso-bot'
MM_NOTIFICATION_CHANNEL: bots

jobs:
publish-ghcr:
Expand Down

0 comments on commit 9959510

Please sign in to comment.