Skip to content

Commit

Permalink
Use metamask-snaps-deployments channel for deployment messages (#2736)
Browse files Browse the repository at this point in the history
This updates the publish workflows to send a Slack message in
`metamask-snaps-deployments`.
  • Loading branch information
Mrtenz authored Sep 18, 2024
1 parent c7aca03 commit ed8b1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
slack-channel:
required: false
type: string
default: 'metamask-snaps'
default: 'metamask-snaps-deployments'
slack-icon-url:
required: false
type: string
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
subteam: ${{ inputs.slack-subteam }}
channel: metamask-snaps
channel: metamask-snaps-deployments

npm-publish:
name: Publish to NPM
Expand Down

0 comments on commit ed8b1de

Please sign in to comment.