Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GH action workflow for notifying incoming webhooks on community/hub servers #440

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/notify-mm-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
shell: bash
run: |
.github/workflows/notify-mm-blog.sh
- name: Notify channel 1
- name: Notify "Community Configuration" channel on community
uses: mattermost/action-mattermost-notify@master
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we pin the version?

env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_1 }}
- name: Notify channel 2
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_COMMUNITY_COMMUNITY_CONFIGURATION_INCOMING_WEBHOOK }}
- name: Notify "Announcements" channel on hub
uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_2 }}
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_HUB_ANNOUNCEMENTS_INCOMING_WEBHOOK }}

Loading