pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

Repository forking requests for credentials even though HUB_CONFIG is set

Open prashantabkari opened this issue 5 years ago • 0 comments

At the stage "Setup the GitHub Repositories" and below step

for repo in ${REPOS[@]}; do hub clone "https://github.com/kelseyhightower/${repo}.git" cd ${repo}/ hub fork cd - rm -rf ${repo} done

hub fork requests for username credentials even though the hub configuration file is created and set in HUB_CONFIG env It shouldn't since username and the tokens are already available ?

prashantabkari avatar Apr 17 '19 03:04 prashantabkari