Skip to content

Commit

Permalink
chore(workflow): remove Slack release notifier (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Jul 21, 2022
1 parent 54087d9 commit 1d9b8fa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@ jobs:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_USERNAME: "Boosted Release"
MATTERMOST_ICON: "https://github.com/Orange-OpenSource.png"

- name: Notify slack for release
uses: pullreminders/slack-action@master
if: github.event_name == 'release'
with:
args: '{\"channel\":\"GKHT1PV7X\",\"text\":\"Release *${{ github.event.release.tag_name }}* :tada:\n<${{ github.event.release.html_url }}|Changelog> — <${{ github.event.release.zipball_url }}|Download (zip)>\"}'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 1d9b8fa

Please sign in to comment.