Skip to content

Commit

Permalink
Merge pull request #4699 from vbotbuildovich/backport-fixes-to-v21.11…
Browse files Browse the repository at this point in the history
….x-778

[v21.11.x] Post announcements to community Slack channels on releases
  • Loading branch information
Aaron Fabbri committed Jun 3, 2022
2 parents 1410c2c + c1cf10e commit ef7705a
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 ef7705a

Please sign in to comment.