Skip to content

Instantly share code, notes, and snippets.

View paulo-roger's full-sized avatar
🌳
keep it green.

paulo-roger

🌳
keep it green.
View GitHub Profile
@Tommyfoxy2
Tommyfoxy2 / Push to Webhooks.md
Last active May 11, 2024 21:51 — forked from jagrosh/Github Webhook Tutorial.md
Simple Zapier Push to Discord webhook(s)

This tutorial is based on a realworld example


1) Initial Setup

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send content to

  2. In the settings for that channel, Click the Webhooks tab and create a new webhook. Webhook

@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active May 26, 2024 09:29
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings