Revert "Add GitHub auth"

This reverts commit c146006476.
This commit is contained in:
Acid Chicken (硫酸鶏)
2018-11-04 19:22:04 +09:00
parent c146006476
commit 147ad69864
14 changed files with 8 additions and 416 deletions

View File

@@ -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;