Files
rdkt/.github/workflows/notify.yml
T
2026-03-11 23:12:01 +08:00

11 lines
259 B
YAML

name: Notify Discord
on: [ push, pull_request, release ]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Discord notification
uses: nitecon/discord-action@v2
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}