Halvor Granskogen Bjørnstad
Halvor Granskogen Bjørnstad
Unsure why this fails on macOS 64-bit, the error doesn't give any useful information. Some sort of timeout after 50 minutes?
Here's the stacktrace for the Broken Pipe, I can't gleam much useful data out of this. ``` [error] java.net.SocketException: Broken pipe (Write failed) [error] at java.net.SocketOutputStream.socketWrite0(Native Method) [error] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)...
Here is a reproduction of the initial broken pipe error: https://github.com/halvorgb/spgreproduction to test: ```bash GITHUB_USER=user GITHUB_TOKEN=token sbt publisher/publish ```
I'm not confident that the credentials issue isn't a user error from my side, supplying both from the environment (as above) works very well for me though.