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