scoverage / sbt-coveralls

sbt-plugin to upload sbt-scoverage reports to coveralls
https://github.com/scoverage
Other
104 stars 50 forks source link

401 Content access is protected by token #311

Closed rolandtritsch closed 2 months ago

rolandtritsch commented 2 months ago

Right now the sbt ci-release task fails with ...

java.io.IOException: Failure:java.util.concurrent.ExecutionException: java.io.IOException: Unexpected server response: 401 Content access is protected by token

... which is explained here.

To fix this I need the username/password to the SONATYPE account (which I do not have).

@ckipp01 @sksamuel Can you help? Do you have the username/password?

ckipp01 commented 2 months ago

This should be updated now.

rolandtritsch commented 2 months ago

image

We are back in business.