Skip to content

Commit

Permalink
Fixes Github token through env var (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Apr 4, 2017
1 parent e58cb67 commit 9f27a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ object ProjectPlugin extends AutoPlugin {
case "2.10" => Seq("-Xdivergence211")
case _ => Nil
}),
orgGithubTokenSetting := getEnvVar("GITHUB4S_ACCESS_TOKEN"),
// This is necessary to prevent packaging the BuildInfo with
// sensible information like the Github token. Do not remove.
mappings in (Compile, packageBin) ~= { (ms: Seq[(File, String)]) =>
Expand Down

0 comments on commit 9f27a9c

Please sign in to comment.