Skip to content

Commit 751a65c

Browse files
committed
attempt 2, maybe it just magically works now
1 parent f8414ae commit 751a65c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/services/Github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Github extends Service {
1111
auth: {
1212
appId: config.appId,
1313
privateKey: config.privateKey,
14-
//installationId: config.installationId,
14+
installationId: config.installationId,
1515
clientId: config.clientId,
1616
clientSecret: config.clientSecret,
1717
} as StrategyOptions,

config/github.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"appId": "",
33
"clientId": "",
44
"clientSecret": "",
5-
"installationID": 123,
5+
"installationId": 123,
66
"privateKey": ""
77
}

0 commit comments

Comments
 (0)