We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd1c63 commit 96baa0cCopy full SHA for 96baa0c
app/services/Github.ts
@@ -10,10 +10,8 @@ export class Github extends Service {
10
authStrategy: createAppAuth,
11
auth: {
12
appId: config.appId,
13
- installationID: config.installationId,
14
privateKey: config.privateKey,
15
- clientId: config.clientId,
16
- clientSecret: config.clientSecret,
+ installationId: config.installationId,
17
},
18
});
19
}
0 commit comments