Add GitHub auth (#3095)
This commit is contained in:

committed by
syuilo

parent
8d7c033cf5
commit
8646a9c49c
@@ -74,6 +74,10 @@ export type Source = {
|
||||
consumer_key: string;
|
||||
consumer_secret: string;
|
||||
};
|
||||
github?: {
|
||||
client_id: string;
|
||||
client_secret: string;
|
||||
};
|
||||
github_bot?: {
|
||||
hook_secret: string;
|
||||
username: string;
|
||||
|
Reference in New Issue
Block a user