feat: add new organization trigger in GitHub
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
96ede071cf
commit
6bee6bafa8
@@ -13,7 +13,11 @@ import {
|
||||
export default class Authentication implements IAuthentication {
|
||||
appData: IApp;
|
||||
connectionData: IJSONObject;
|
||||
scopes: string[] = ['repo'];
|
||||
scopes: string[] = [
|
||||
'read:org',
|
||||
'repo',
|
||||
'user',
|
||||
];
|
||||
client: {
|
||||
getWebFlowAuthorizationUrl: typeof getWebFlowAuthorizationUrl;
|
||||
exchangeWebFlowCode: typeof exchangeWebFlowCode;
|
||||
|
Reference in New Issue
Block a user