gruntjs - Grunt required github token during docker build -


grunt requires github authentication token while executed during docker build image. how provide grunt required token? interactive passing doesn't work (as exacted).

the message of grunt is:

running "volo:add:-nostamp:twbs/bootstrap/3.3.2:packages/bootstrap/" (volo) task github auth required api.github.com/repos/twbs/bootstrap/tags: {"message":"api rate limit exceeded xxx.xxx.xxx.xxx. (but here's news: authenticated requests higher rate limit. check out documentation more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"} github access token required complete action. in web browser, go to:  https://github.com/settings/tokens  , generate new "personal access token" volo. "repo" , "public_repo" permissions needed. paste generated token below. github personal access token:  

you can change url of repository to:

https://<token>:x-oauth-basic@github.com/myapp/myapp.git 

more informations at: https://devops.profitbricks.com/tutorials/configure-a-docker-container-to-automatically-pull-from-github-using-oauth/


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -