* rename docs to docs-pre-merge * add wiki content based on commit e4d4b10424f24eed6583ea0e998da8aa32a27a3f * replace wikilinks with markdown links in _sidebar * use sidebar link text as title via ` autoHeader: true` * rename files with `:` or `,` in the name * use the wiki Home page as entry point instead of the repo README
1.2 KiB
How it works
-
webhook is configured on Discord server
-
GitHub repo is configured to push html post updates to Discord webhook
-
Discord webhook receives data and posts it as a message to the selected channel
How to set up / update Discord webhook
-
Go to
Server Settings -
In the settings, go to
Integrations -
Select
Show Webhooks -
Create new webhook or edit existing one
-
Copy the webhook URL
How to set up / update GitHub webhook integration
-
Go to the desired repo's
Settings -
In the settings, go to
Webhooks -
Create new webhook integration or edit existing one
-
Insert the webhook URL copied from the Discord settings into the "Payload URL" field
-
In the "Payload URL" field, append
/githubto the webhook URL -
Ensure "Content type" field is set to
application/json
Note: Consider selecting individual events to avoid spamming the target channel on Discord with irrelevant messages.