From 147ad6986478e2ea4b29a4d08bd12739033eff3e Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Sun, 4 Nov 2018 19:22:04 +0900 Subject: Revert "Add GitHub auth" This reverts commit c1460064769c9d824e60a39356671ccb3a4d1f44. --- src/config/types.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index ab5ba4c04b..ee919abdec 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -74,10 +74,6 @@ export type Source = { consumer_key: string; consumer_secret: string; }; - github?: { - client_id: string; - client_secret: string; - }; github_bot?: { hook_secret: string; username: string; -- cgit v1.2.3-freya