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")
addSbtPlugin("com.dotdata" % "sbt-config" % "0.1.36-fed78f316da7f637e1bfec3640813dfa146ec4d8")
Is there a way to do this?
I want to add this to a project, but it might have to be part of the
~/.sbtIs there a way to do this?