Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AspDotNetCP/87765e8c82b3f91eb2cb4e82bb2e2401 to your computer and use it in GitHub Desktop.
Save AspDotNetCP/87765e8c82b3f91eb2cb4e82bb2e2401 to your computer and use it in GitHub Desktop.

Revisions

  1. @jagrosh jagrosh revised this gist Jun 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Github Webhook Tutorial.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    2. Select Add Webhook
    ![Add](http://i.imgur.com/ZvrBQdi.png)

    3. Paste in the webhook url and append `/github` to the end. Select "Send me everything", and then Add Webhook
    3. Paste in the webhook url and append `/github` to the end. Select "Send me everything", set the type to `application/json`, and then Add Webhook
    ![WebhookSettings](http://i.imgur.com/mrf8Qmj.png)

    4. Test it by updating something or starring the repository! If it works, you're all set!
  2. @jagrosh jagrosh revised this gist Oct 15, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Github Webhook Tutorial.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    # 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. At the time of writing, this is only available for Discord Canary. 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!
    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](http://i.imgur.com/PZE2wFu.png)

    # Step 2 - Set up the webhook on Github
  3. @jagrosh jagrosh revised this gist Oct 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Github Webhook Tutorial.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # Step 1 - Make a Discord Webhook
    1. Find the Discord channel in which you would like to send Commits and other updates
    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. At the time of writing, this is only available for Discord Canary. 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](http://i.imgur.com/PZE2wFu.png)
  4. @jagrosh jagrosh revised this gist Oct 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Github Webhook Tutorial.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # Step 1 - Make a Discord Webhook
    1. Find the Discord channel in which you would like to send Tweets
    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. At the time of writing, this is only available for Discord Canary. 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](http://i.imgur.com/PZE2wFu.png)
  5. @jagrosh jagrosh revised this gist Oct 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Github Webhook Tutorial.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@
    ![Settings](http://i.imgur.com/4GNq1lu.png)

    2. Select Add Webhook
    ![Add](http://i.imgur.com/BrHcd2q.png)
    ![Add](http://i.imgur.com/ZvrBQdi.png)

    3. Paste in the webhook url and append `/github` to the end. Select "Send me everything", and then Add Webhook
    ![WebhookSettings](http://i.imgur.com/mrf8Qmj.png)
  6. @jagrosh jagrosh created this gist Oct 6, 2016.
    18 changes: 18 additions & 0 deletions Github Webhook Tutorial.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    # Step 1 - Make a Discord Webhook
    1. Find the Discord channel in which you would like to send Tweets

    2. In the settings for that channel, find the Webhooks option and create a new webhook. At the time of writing, this is only available for Discord Canary. 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](http://i.imgur.com/PZE2wFu.png)

    # Step 2 - Set up the webhook on Github
    1. Navigate to your repository on Github, and open the Settings
    ![Settings](http://i.imgur.com/4GNq1lu.png)

    2. Select Add Webhook
    ![Add](http://i.imgur.com/BrHcd2q.png)

    3. Paste in the webhook url and append `/github` to the end. Select "Send me everything", and then Add Webhook
    ![WebhookSettings](http://i.imgur.com/mrf8Qmj.png)

    4. Test it by updating something or starring the repository! If it works, you're all set!
    ![Star](http://i.imgur.com/ABlwTLf.png)