Skip to content

Commit

Permalink
Resolve 401 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 22, 2024
1 parent 51df29e commit f7480a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ homepage := Some(url("https://github.com/cdcent/hl7-pet"))
pomIncludeRepository := { _ => false }

publishTo := Some("GitHub cdcgov Apache Maven Packages" at "https://maven.pkg.github.com/cdcgov/hl7-pet")
credentials += Credentials(
"GitHub Package Registry",
"maven.pkg.github.com",
"cdcgov",
System.getenv("GITHUB_TOKEN")
)

scalaVersion:= "2.13.13"

Expand Down

0 comments on commit f7480a4

Please sign in to comment.