Skip to content

Commit af7b776

Browse files
feat: add notify workflow
1 parent 60fd4e1 commit af7b776

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/notify.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Notify with Slack
2+
on: push
3+
jobs:
4+
notify:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Send GitHub Action data to a Slack workflow
8+
uses: slackapi/slack-github-action@v2.1.1
9+
with:
10+
payload-delimiter: "_"
11+
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
12+
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)