Skip to content

Commit 96baa0c

Browse files
committed
who knows
1 parent 5bd1c63 commit 96baa0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/services/Github.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ export class Github extends Service {
1010
authStrategy: createAppAuth,
1111
auth: {
1212
appId: config.appId,
13-
installationID: config.installationId,
1413
privateKey: config.privateKey,
15-
clientId: config.clientId,
16-
clientSecret: config.clientSecret,
14+
installationId: config.installationId,
1715
},
1816
});
1917
}

0 commit comments

Comments
 (0)