Closed
Description
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 address
with an exit code of 128. and the token listed in environment variable is empty
Things we have tried:
- using token embedded url for push [github actions] Fix token issue on actions/checkout package #141652. failed workflow
- remove usage of peter-evans/create-pull-request [github actions] refactor and fix cherry pick actions #140499
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.
Metadata
Metadata
Assignees
Labels
No labels