notify slack

This commit is contained in:
burnettk 2023-05-01 20:20:41 -04:00
parent 836ffd8558
commit 244fcd56a0
1 changed files with 12 additions and 0 deletions

12
.github/workflows/slack_notify.yml vendored Normal file
View File

@ -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 }}