Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit b420cc7

Browse files
committed
remove leftovers
1 parent 8630ff4 commit b420cc7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sbt

-7
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ micrositePalette := Map(
3030
"white-color" -> "#FFFFFF")
3131

3232
enablePlugins(MicrositesPlugin)
33-
34-
sys.env.get("GH_TOKEN") match {
35-
case None => Seq()
36-
case Some(token) => Seq(
37-
git.remoteRepo := s"https://$token@github.com/${micrositeGithubOwner.value}/${micrositeGithubRepo.value}.git"
38-
)
39-
}

0 commit comments

Comments
 (0)