Casey Brooks
03/04/2019, 6:29 PMgithubToken
directly as a Gradle property. Replacing these lines https://github.com/robfletcher/strikt/blob/master/site/build.gradle.kts#L69-L73 with the following should do the trick githubToken = if (project.hasProperty("github_token")) project.property("github_token") else System.getenv("GITHUB_TOKEN")