Skip to content
Snippets Groups Projects
Commit d4558611 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Set changelog token

parent 427a279b
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"node": ">=6.9.0" "node": ">=6.9.0"
}, },
"dependencies": { "dependencies": {
"changelog": "singapore/changelog", "changelog": "singapore/changelog#1.0.7.1",
"gh-got": "5.0.0", "gh-got": "5.0.0",
"got": "6.7.1", "got": "6.7.1",
"lodash": "4.17.4", "lodash": "4.17.4",
......
...@@ -14,6 +14,7 @@ module.exports = function init(setConfig) { ...@@ -14,6 +14,7 @@ module.exports = function init(setConfig) {
github.setLogger(logger); github.setLogger(logger);
npm.setLogger(logger); npm.setLogger(logger);
packageJson.setLogger(logger); packageJson.setLogger(logger);
changelog.setGitHubToken(config.token);
return processPackageFile; return processPackageFile;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment