Add workflow for notifying discord for wiki changes

This commit is contained in:
Lucas Nicodemus 2025-05-08 09:00:49 +09:00
parent aa9b8ff22b
commit e12950b50e
No known key found for this signature in database

13
.github/workflows/wiki-notify.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Wiki Changed Discord Notification
on:
gollum
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: 'oznu/gh-wiki-edit-discord-notification@dfc866fd048f04c239ad113eef3c6c73504d333e'
with:
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}
ignore-collaborators: false