-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close ssh-add stdin for pull requests. #5
Comments
Closing stdin didn't actually do anything. Running ssh-add conditionally instead. |
Fixed in 09e6b08 |
Robpol86
added a commit
to Robpol86/sphinx-imgur
that referenced
this issue
Aug 4, 2016
Robpol86
added a commit
to Robpol86/sphinx-disqus
that referenced
this issue
Aug 4, 2016
Robpol86
added a commit
to Robpol86/terminaltables
that referenced
this issue
Aug 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change line in docs to
eval $(ssh-agent -s); ssh-add docs/key <&-
First discovered in: Robpol86/terminaltables#32
This probably happens because during pull requests there is no encrypted env variables so docs/key is empty or invalid. Thus ssh-add prompts for a password.
The text was updated successfully, but these errors were encountered: