1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/webhooks/#webhook_id/#token/github.ts b/src/api/routes/webhooks/#webhook_id/#token/github.ts
index 5baf4e7b..68fe7c04 100644
--- a/src/api/routes/webhooks/#webhook_id/#token/github.ts
+++ b/src/api/routes/webhooks/#webhook_id/#token/github.ts
@@ -13,8 +13,8 @@ const parseGitHubWebhook = (req: Request, res: Response, next: NextFunction) =>
}
const discordPayload: WebhookExecuteSchema = {
- username: "Github",
- avatar_url: "https://github.com/Github.png",
+ username: "GitHub",
+ avatar_url: "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png",
};
switch (eventType) {
|