Eric Peters
Results
2
issues of
Eric Peters
…che support I started adding support for https://github.com/djspiewak/sbt-github-packages/issues/31 but ran out of time. Here is what I currently have if anyone wants to finish it.
I want to add this to a project, but it might have to be part of the `~/.sbt` ``` addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2") resolvers += Resolver.githubPackages("ramencloud") githubTokenSource := TokenSource.Environment("GITHUB_TOKEN")...