Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit eec5c1a

Browse files
committed
Update token variable
1 parent 622a663 commit eec5c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-promise-handling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const tester = options => {
5656
};
5757

5858
const opts1 = {
59-
token: process.env.GITHUB_API_TOKEN,
59+
token: process.env.GITHUB_TOKEN,
6060
repo: 'github-version-checker',
6161
owner: 'axelrindle',
6262
currentVersion: require('../package.json').version

0 commit comments

Comments
 (0)