Skip to content

Commit d02d793

Browse files
committed
tweak token auth again
1 parent df191e0 commit d02d793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/set-issue-priority.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const REPO_NAME = process.env.REPO_NAME;
55
const PROJECT_NUMBER = parseInt(process.env.PROJECT_NUMBER);
66
const ISSUE_NUMBER = parseInt(process.env.ISSUE_NUMBER);
77

8-
const octokit = new Octokit({ auth: process.env.GH_TOKEN });
8+
const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN });
99

1010
async function updateIssuePriority() {
1111
try {

0 commit comments

Comments
 (0)