Skip to content

Commit

Permalink
ci: add slackbot release notification (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurad2 authored Sep 5, 2024
1 parent ee446a7 commit ea07829
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Slackbot on release

on:
release:
types:
- created

jobs:
notify_slack:
runs-on: ubuntu-latest
name: Notify Slack on Release
steps:
- name: Notify Slack on Releases
uses: amendx/[email protected]
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit ea07829

Please sign in to comment.