Skip to content

Commit e1cb9c0

Browse files
Add missing credentials for CI
1 parent 6872a58 commit e1cb9c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
sbtPlugin := true
22

3+
ThisBuild / credentials += Credentials(
4+
"GitHub Package Registry",
5+
"maven.pkg.github.com",
6+
"raw-labs",
7+
sys.env.getOrElse("GITHUB_TOKEN", "")
8+
)
9+
310
moduleName := "sbt-module-patcher"
411

512
homepage := Some(url("https://www.raw-labs.com/"))

0 commit comments

Comments
 (0)