Dont do this at home kids
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 1m23s

This commit is contained in:
Pat Garrity 2024-03-18 21:11:47 -05:00
parent d676f8a0ae
commit 5b7c16cb48
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -14,6 +14,10 @@ def selectCredentials(): Credentials =
), ),
passwd = sys.env passwd = sys.env
.get("GS_MAVEN_TOKEN") .get("GS_MAVEN_TOKEN")
.map { x =>
println(s"GOT TOKEN = '$x'")
x
}
.getOrElse( .getOrElse(
throw new RuntimeException( throw new RuntimeException(
"You must either provide ~/.sbt/.credentials or specify the GS_MAVEN_TOKEN environment variable." "You must either provide ~/.sbt/.credentials or specify the GS_MAVEN_TOKEN environment variable."