Skip to content
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

Manual configuration of credentials does not work #30

Open
itchyny opened this issue Dec 28, 2020 · 1 comment
Open

Manual configuration of credentials does not work #30

itchyny opened this issue Dec 28, 2020 · 1 comment

Comments

@itchyny
Copy link

itchyny commented Dec 28, 2020

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.
@djspiewak
Copy link
Owner

Ah! The problem is that both are +=, so the default inference isn't actually being overridden. Interesting. I'll think about how to resolve this…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants