Add GitHub auth
This commit is contained in:
parent
a0f10d7ca1
commit
c146006476
14 changed files with 416 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue