create discord-notifier.yml
This commit is contained in:
parent
5cf4339c79
commit
426de1054a
18
.github/workflows/discord-notifier.yml
vendored
Normal file
18
.github/workflows/discord-notifier.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user