When deploying a node.js app to heroku, the following error pops up:
GitHub rate limit reached. To increase the limit use GitHub authentication. remote: Run jspm registry config github to set this up.
How can I login to github via heroku?
When deploying a node.js app to heroku, the following error pops up:
GitHub rate limit reached. To increase the limit use GitHub authentication. remote: Run jspm registry config github to set this up.
How can I login to github via heroku?
$ heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
$ heroku config:set GITHUB_AUTH_TOKEN=<Personal Auth Token>