Skip to content

Commit

Permalink
fix(ci/cd): Clean mattermost messages
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 14, 2024
1 parent b7e2932 commit 344281b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

env:
DEPLOYMENT_URL: https://datasupr.staging.dataesr.ovh
MM_NOTIFICATION_CHANNEL: "bots"
DEPLOYMENT_URL: https://www.npmjs.com/package/@dataesr/dsfr-plus
MM_NOTIFICATION_CHANNEL: bots

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
workflow_dispatch:

env:
DEPLOYMENT_URL: https://datasupr.staging.dataesr.ovh
MM_NOTIFICATION_CHANNEL: 'bots'
DEPLOYMENT_URL: https://www.npmjs.com/package/@dataesr/dsfr-plus
MM_NOTIFICATION_CHANNEL: bots

permissions:
contents: read
Expand Down

0 comments on commit 344281b

Please sign in to comment.