Killing Floor monsters in Counter-Strike
Sorry, I don't IPs of these servers. 😳
Gorefast (XMAS) in Counter-Strike... Read more·1 min. read
Have you ever wanted to receive GitHub repository updates on your Discord server? Let's walk through a few simple steps to connect GitHub to Discord using webhooks and configure the event notifications!
Example URL: https://discord.com/api/webhooks/1142536189203718235/Ep-gTnqmq3V0ATWij9n1LohHyLLxSQjqsT2Av7tM3CgvTYCTZ5PHNAFY1w7YD0NXXr8P
/github
to the end of it so that the URL changes as follows: https://discord.com/api/webhooks/xxx/yyy/github
Content type
to application/json
.Let's try performing a few simple actions to test the webhook event sending: we'll make a commit to the repository and add a star.
As we can see, messages about GitHub repository events are successfully coming to the Discord channel 🤩.
You may also like