X Tutup
Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

File metadata and controls

30 lines (21 loc) · 1.24 KB

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

    grafik

How to set up / update Discord webhook

  1. Go to Server Settings

  2. In the settings, go to Integrations

  3. Select Show Webhooks

  4. Create new webhook or edit existing one

    grafik

  5. Copy the webhook URL

How to set up / update GitHub webhook integration

  1. Go to the desired repo's Settings

  2. In the settings, go to Webhooks

  3. Create new webhook integration or edit existing one

    grafik

  4. Insert the webhook URL copied from the Discord settings into the "Payload URL" field

  5. In the "Payload URL" field, append /github to the webhook URL

  6. 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.

X Tutup