create discord-notifier.yml

This commit is contained in:
Steve Dogiakos 2022-02-26 16:05:42 -07:00
parent 5cf4339c79
commit 426de1054a
1 changed files with 18 additions and 0 deletions

18
.github/workflows/discord-notifier.yml vendored Normal file
View File

@ -0,0 +1,18 @@
on:
push:
branches:
- '**'
name: Discord Notification
jobs:
notify:
name: Discord Notification
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: fateyan/action-discord-notifier@v1
with:
message-title: New Commits Pushed
webhook: ${{ secrets.DISCORD_WEBHOOK }}