ci: Notify Discord when the Wiki changes.

We'd do this with Webhooks, but Discord's webhook impl for github does not work.
This commit is contained in:
David Wendt 2022-09-25 18:20:22 -04:00 committed by kmeisthax
parent dddc9e954a
commit 2ca5730a60
1 changed files with 13 additions and 0 deletions

13
.github/workflows/wiki_changed.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@main'
with:
discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}
ignore-collaborators: true