You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usecredentials
instead of trusting the package to search for the token. We don't configureGITHUB_TOKEN
andgit config github.token
, we configurecredentials
inbuild.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
.The text was updated successfully, but these errors were encountered: