-
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
-
Go to
Server Settings -
In the settings, go to
Integrations -
Select
Show Webhooks -
Create new webhook or edit existing one
-
Copy the webhook URL
-
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.


