We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afda66 commit 54a2bdeCopy full SHA for 54a2bde
1 file changed
src/index.ts
@@ -12,6 +12,8 @@ const installationId = parseInt(process.env.INSTALLATION_ID!);
12
const clientId = process.env.CLIENT_ID!;
13
const clientSecret = process.env.CLIENT_SECRET!;
14
15
+console.log(appId, installationId, clientId);
16
+
17
const app = new App({ appId, privateKey, oauth: { clientId, clientSecret } });
18
const octokit = await app.getInstallationOctokit(installationId);
19
0 commit comments