createa discord-notifier.yml, trying discord_webhook variable

This commit is contained in:
Steve Dogiakos 2022-02-26 16:01:23 -07:00
parent 80a96811a6
commit a4d8bc0160
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 }}