mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
Added discord notification.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
on: push
|
||||
jobs:
|
||||
discord-notifier:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Discord Notification
|
||||
uses: tenzin1308/discord-notification@v1.0.0
|
||||
with:
|
||||
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOKS_URL }}
|
||||
Reference in New Issue
Block a user