From e924ec14976298e1c4d7ed94c0009b2469017b3a Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Fri, 27 Oct 2023 13:37:40 +0200 Subject: [PATCH] feat: update token --- .github/scripts/update-check.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update-check.cjs b/.github/scripts/update-check.cjs index 222ee5d8..da02d959 100644 --- a/.github/scripts/update-check.cjs +++ b/.github/scripts/update-check.cjs @@ -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() {