We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df191e0 commit d02d793Copy full SHA for d02d793
.github/scripts/set-issue-priority.js
@@ -5,7 +5,7 @@ const REPO_NAME = process.env.REPO_NAME;
5
const PROJECT_NUMBER = parseInt(process.env.PROJECT_NUMBER);
6
const ISSUE_NUMBER = parseInt(process.env.ISSUE_NUMBER);
7
8
-const octokit = new Octokit({ auth: process.env.GH_TOKEN });
+const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN });
9
10
async function updateIssuePriority() {
11
try {
0 commit comments