mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
specify channel in weekly mm message (#10013)
This commit is contained in:
parent
2eb4154169
commit
018800c5cc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/notify_weekly.yaml
vendored
1
.github/workflows/notify_weekly.yaml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
- uses: mattermost/action-mattermost-notify@master
|
||||
with:
|
||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
|
||||
MATTERMOST_CHANNEL: private-certbot
|
||||
TEXT: |
|
||||
## Updates Across Certbot Repos
|
||||
- Certbot team members SHOULD look at: [link](${{ env.MERGED_URL }})
|
||||
|
|
|
|||
Loading…
Reference in a new issue