Skip to content

Commit

Permalink
another slack bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethvijay7 committed Sep 5, 2024
1 parent 2471bb9 commit 729e730
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/slack-release-2.yaml
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 }}
File renamed without changes.

0 comments on commit 729e730

Please sign in to comment.