Skip to content

Commit

Permalink
Update Slack subteam and channel (#1803)
Browse files Browse the repository at this point in the history
This updates the Slack subteam to `@metamask-snaps-publishers` and the
channel to `metamask-snaps`.
  • Loading branch information
Mrtenz authored Oct 3, 2023
1 parent 39257aa commit b5e6d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
contents: write
uses: ./.github/workflows/publish-release.yml
with:
slack-subteam: S042S7RE4AE # @metamask-npm-publishers
slack-subteam: S05RL9W7H54 # @metamask-snaps-publishers
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PUBLISH_PAGES_TOKEN: ${{ secrets.PUBLISH_PAGES_TOKEN }}
Expand Down
6 changes: 5 additions & 1 deletion .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-dev'
default: 'metamask-snaps'
slack-icon-url:
required: false
type: string
Expand Down Expand Up @@ -96,6 +96,10 @@ jobs:
- run: npm config set ignore-scripts true
- name: Dry Run Publish
uses: MetaMask/action-npm-publish@v4
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
subteam: ${{ inputs.slack-subteam }}
channel: metamask-snaps

npm-publish:
name: Publish to NPM
Expand Down

0 comments on commit b5e6d97

Please sign in to comment.