21
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

DiscordにGithubのリポジトリの変更通知を送る方法

Last updated at Posted at 2020-02-08

備忘録です。

サーバーのテキストチャンネルの設定の歯車を選択し, Add Webhookをします。
image.png

Create Webhookで新しくwebhookを作成します。
image.png

webhook urlのところをコピーしておきます。
image.png

Githubのリポジトリを作成します。(してある場合はカット)
image.png

リポジトリのSettingsの項目からWebhooksを選択します。
image.png

Payload URLのところには先程コピーしたURLをペーストし, 末尾に"/github"と付けます。
Content Typeはjsonを選択します。
Which events~の項目は好みで選択します。
image.png

そしてAdd Webhookを行います。

適当にREADMEを変更すると...
image.png

通知を送ることができました。
image.png

21
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?