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 f8414ae commit 751a65cCopy full SHA for 751a65c
app/services/Github.ts
@@ -11,7 +11,7 @@ export class Github extends Service {
11
auth: {
12
appId: config.appId,
13
privateKey: config.privateKey,
14
- //installationId: config.installationId,
+ installationId: config.installationId,
15
clientId: config.clientId,
16
clientSecret: config.clientSecret,
17
} as StrategyOptions,
config/github.example.json
@@ -2,6 +2,6 @@
2
"appId": "",
3
"clientId": "",
4
"clientSecret": "",
5
- "installationID": 123,
+ "installationId": 123,
6
"privateKey": ""
7
}
0 commit comments