Pipelines Github Repo owner #813
Unanswered
jbrooks-sms
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of trying to migrate from the ECS Deploy Runner based pipelines to the Gruntwork Pipelines. I've merged in the bootstrap.yml file and am trying to run the "Generate the Pipelines IAM code using GitHub Actions for each account" ( https://docs.gruntwork.io/pipelines/upgrading/#generate-the-pipelines-iam-code-using-github-actions-for-each-account) step.
I've added the required secrets to the repositories per the instructions
but am encountering the following error in our Actions when running this workflow:
Fetching the repository
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/v1.0.8*:refs/remotes/origin/v1.0.8* +refs/tags/v1.0.8*:refs/tags/v1.0.8*
Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled
The process '/usr/bin/git' failed with exit code 128
Waiting 19 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/v1.0.8*:refs/remotes/origin/v1.0.8* +refs/tags/v1.0.8*:refs/tags/v1.0.8*
Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled
The process '/usr/bin/git' failed with exit code 128
Waiting 18 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/v1.0.8*:refs/remotes/origin/v1.0.8* +refs/tags/v1.0.8*:refs/tags/v1.0.8*
Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled
Error: The process '/usr/bin/git' failed with exit code 128
Any assistance as to what I'm missing or to look for would be greatly appreciated
Tracked in ticket #110857
Beta Was this translation helpful? Give feedback.
All reactions