Skip to content

Commit

Permalink
Added a workflow for Discord wiki edit notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Apr 3, 2024
1 parent 26fc81f commit 65fbaa6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -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_GITHUB_WIKI }}
discord-username: Overhaul Wiki

0 comments on commit 65fbaa6

Please sign in to comment.