Problem
Manual configuration for credentials does not work because the default inference throws a system error. The README.md ensures in the Manual Configuration section that we can use credentials instead of trusting the package to search for the token. We don't configure GITHUB_TOKEN and git config github.token, we configure credentials in build.sbt for some reasons in our team. I expect that the package uses this credential without throwing a system error.
Environment
sbt-github-packages v0.5.2.
Problem
Manual configuration for
credentialsdoes not work because the default inference throws a system error. The README.md ensures in the Manual Configuration section that we can usecredentialsinstead of trusting the package to search for the token. We don't configureGITHUB_TOKENandgit config github.token, we configurecredentialsinbuild.sbtfor some reasons in our team. I expect that the package uses this credential without throwing a system error.Environment
sbt-github-packages v0.5.2.