Skip to content

Commit aa2a965

Browse files
committed
let's revert this back for now
1 parent 8d70b78 commit aa2a965

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/services/Github.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export class Github extends Service {
1111
auth: {
1212
appId: config.appId,
1313
privateKey: config.privateKey,
14-
installationId: config.installationId,
14+
//installationId: config.installationId,
15+
clientId: config.clientId,
16+
clientSecret: config.clientSecret,
1517
} as StrategyOptions,
1618
});
1719
}

0 commit comments

Comments
 (0)