You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the error message is could not read Username for 'https://github.com': No such device or address with an exit code of 128. and the token listed in environment variable is empty
For cherry pick workflow, we repeatedly hit this error when trying to push the change from local to github. example failed workflow
the error message is
could not read Username for 'https://github.com': No such device or addresswith an exit code of 128. and the token listed in environment variable is emptyThings we have tried:
currently looking at using ssh keys in github actions and doing more experiments and testings
It's confusing why automatically triggered workflows never hit this problem, and it only happens on workflows triggered by pull requests.
It's confusing why automatically triggered workflows never hit this problem, and it only happens on workflows triggered by pull requests.