Skip to content

Commit

Permalink
Merge pull request #4511 from nk-87/dev
Browse files Browse the repository at this point in the history
Post announcements to community Slack channels on releases
  • Loading branch information
andrewhsu committed May 4, 2022
2 parents b468ab5 + bd5e7ed commit 63a7e65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/slack-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ jobs:
slack-message: ${{ env.MESSAGE }}
env:
SLACK_BOT_TOKEN: ${{ secrets.VBOTBUILDOVICH_SLACK_BOT_TOKEN }}

- name: "Post to community #releases channel"
id: community_releases
uses: slackapi/slack-github-action@v1.18.0
with:
channel-id: C034RDJLC31
slack-message: ${{ env.MESSAGE }}
env:
SLACK_BOT_TOKEN: ${{ secrets.BUILDERBOT_COMMUNITY_SLACK_BOT_TOKEN }}

0 comments on commit 63a7e65

Please sign in to comment.