Describe the bug
when trying to use this resource with private repos I get this error "fatal: could not read Username for 'https://github.com': No such device or address"
Expected behavior
I would expect passing in a token with the right permissions to be all that is needed on testing pull requests between public and private repos.
Describe the bug when trying to use this resource with private repos I get this error "fatal: could not read Username for 'https://github.com': No such device or address"
To Reproduce
name: git-pull-requests type: pull-request source: access_token: ((git_token)) repo: username/repo base: master
name: test-pull-request plan:
Expected behavior I would expect passing in a token with the right permissions to be all that is needed on testing pull requests between public and private repos.
Many thanks