LoginSignup
5
0

GitHubとDiscordを連携させたい

Posted at

やりたいこと

GitHubでの変更を、Discordで通知したい。

スクリーンショット 2023-12-26 15.56.31.png

やり方

Discordのチャンネルの編集から

スクリーンショット 2023-12-26 15.58.04.png

webhookを作成し、URLをコピーする

スクリーンショット 2023-12-26 15.58.47.png

URLは以下のようになっているはず

https://discord.com/api/webhooks/xxxx/yyyy

これに+/githubを付け足す

↓修正後

https://discord.com/api/webhooks/xxxx/yyyy/github

GitHubのSettingsから、Webhooksを追加する
スクリーンショット 2023-12-26 16.02.02.png

Content typeをapplication/jsonに設定し、通知のタイプを選択。
スクリーンショット 2023-12-26 16.03.59.png

以上で完了

まとめ

/github の付け加えに少しつまづいた

参考

5
0
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
5
0