notify slack
This commit is contained in:
parent
836ffd8558
commit
244fcd56a0
|
@ -0,0 +1,12 @@
|
|||
on: push
|
||||
name: Slack Notification Demo
|
||||
jobs:
|
||||
slackNotification:
|
||||
name: Slack Notification
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Slack Notification
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
env:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
Loading…
Reference in New Issue