Skip to content

Commit

Permalink
feat: update token
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 27, 2023
1 parent f36066b commit e924ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/update-check.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const { Octokit } = require('@octokit/rest');

const octokit = new Octokit({
//auth: process.env.PERSONAL_ACCESS_TOKEN,
auth: process.env.PERSONAL_ACCESS_TOKEN,
//auth: process.env.GITHUB_TOKEN,
auth: process.env.ADDITIONAL_ACCESS_TOKEN,
//auth: process.env.ADDITIONAL_ACCESS_TOKEN,
});

async function createCheck() {
Expand Down

0 comments on commit e924ec1

Please sign in to comment.