node.js - Install Node libraries in private github repos during CI -
i have private repository on github set heroku ci. project uses few libraries have in private repos on github , install yarn. these libraries break heroku ci because require logging in github install during tests , builds. know can generate key libraries on npm , throw in .npmrc, don't know if there way private github repos have seen.
Comments
Post a Comment