Skip to content

Commit

Permalink
Merge pull request #64 from shestee/master
Browse files Browse the repository at this point in the history
Apply 'githubToken' property
  • Loading branch information
mockitoguy authored Dec 28, 2020
2 parents cfa7721 + cad9f09 commit ae94313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (ext.'gradle.publish.key' && ext.'gradle.publish.secret') {

tasks.named("generateChangelog") {
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
readOnlyToken = System.getenv("GITHUB_TOKEN")
githubToken = System.getenv("GITHUB_TOKEN")
repository = "shipkit/shipkit-changelog"
}

Expand All @@ -48,5 +48,5 @@ tasks.named("githubRelease") {
repository = "shipkit/shipkit-changelog"
changelog = tasks.named("generateChangelog").get().outputFile
newTagRevision = System.getenv("GITHUB_SHA")
writeToken = System.getenv("GITHUB_TOKEN")
githubToken = System.getenv("GITHUB_TOKEN")
}

0 comments on commit ae94313

Please sign in to comment.