Skip to content

Commit

Permalink
no need to add specific name to auth github package registry
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Jan 1, 2024
1 parent 612f68f commit 4971990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resolvers += Resolver.url("GitHub Package Registry", url("https://maven.pkg.gith
credentials += Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
System.getenv("GITHUB_REPOSITORY_OWNER"),
"_",
System.getenv("GITHUB_TOKEN")
)
addSbtPlugin("me.yceel" % "sbt-curl" % "0.1.1")
Expand Down

0 comments on commit 4971990

Please sign in to comment.