We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea9b11 commit 0f22456Copy full SHA for 0f22456
1 file changed
src/index.ts
@@ -11,7 +11,6 @@ const pull_request_number = parseInt(process.env.GITHUB_REF?.split("/")[2]!);
11
12
const appId = 1230093;
13
const privateKey = process.env.INPUT_PRIVATE_KEY!;
14
-// const installationId = parseInt(process.env.INPUT_INSTALLATION_ID!);
15
16
const app = new App({ appId, privateKey });
17
const { data: installationId } = await app.octokit.request("POST /repos/{owner}/{repo}/installation", { owner, repo });
0 commit comments