mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
9 lines
241 B
YAML
9 lines
241 B
YAML
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 }} |