Skip to content

Commit

Permalink
Update bot credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Mar 17, 2024
1 parent 116b4ea commit a85727a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions label_bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const repo = "devtools-course-practice";
const octokit = new Octokit({
authStrategy: createAppAuth,
auth: {
appId: 318270,
appId: 202493,
privateKey: process.env.PRIVATE_KEY,
installationId: 36435735,
installationId: 48547947,
},
});

Expand Down

0 comments on commit a85727a

Please sign in to comment.