mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
notify slack
This commit is contained in:
parent
836ffd8558
commit
244fcd56a0
12
.github/workflows/slack_notify.yml
vendored
Normal file
12
.github/workflows/slack_notify.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user