Skip to content

[MM-59037] Add v0.28.2 of mattermost-plugin-calls to the Marketplace … #216

[MM-59037] Add v0.28.2 of mattermost-plugin-calls to the Marketplace …

[MM-59037] Add v0.28.2 of mattermost-plugin-calls to the Marketplace … #216

name: notify-community-server
on:
push:
branches:
- production
paths:
- 'plugins.json'
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Generate webhook payload
shell: bash
run: |
.github/workflows/notify-mm-blog.sh
- name: Notify channel 1
uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_1 }}
- name: Notify channel 2
uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_2 }}