Skip to content

Commit 54a2bde

Browse files
committed
debug
1 parent 0afda66 commit 54a2bde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const installationId = parseInt(process.env.INSTALLATION_ID!);
1212
const clientId = process.env.CLIENT_ID!;
1313
const clientSecret = process.env.CLIENT_SECRET!;
1414

15+
console.log(appId, installationId, clientId);
16+
1517
const app = new App({ appId, privateKey, oauth: { clientId, clientSecret } });
1618
const octokit = await app.getInstallationOctokit(installationId);
1719

0 commit comments

Comments
 (0)