Skip to content

Commit 551f17f

Browse files
Shivanshu SinghShivanshu Singh
authored andcommitted
github action
1 parent 39b4196 commit 551f17f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dist/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16114,11 +16114,7 @@ console.log("App_ID", process.env.INSTALL_ID)
1611416114

1611516115
const octokit = new Octokit({
1611616116
authStrategy: createAppAuth,
16117-
auth: {
16118-
appId: process.env.APP_ID,
16119-
privateKey: process.env.PRIVATE_KEY,
16120-
installationId: process.env.INSTALL_ID,
16121-
},
16117+
auth: process.env.GITHUB_TOKEN
1612216118
});
1612316119
async function run() {
1612416120

0 commit comments

Comments
 (0)