We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11248e2 commit 3b555f9Copy full SHA for 3b555f9
gradle/shipkit.gradle
@@ -4,7 +4,7 @@ apply plugin: "org.shipkit.shipkit-gh-release"
4
5
tasks.named("generateChangelog") {
6
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
7
- readOnlyToken = "a0a4c0f41c200f7c653323014d6a72a127764e17"
+ readOnlyToken = System.getenv("GITHUB_TOKEN")
8
repository = "mockito/mockito-scala"
9
}
10
@@ -13,7 +13,7 @@ tasks.named("githubRelease") {
13
dependsOn genTask
14
repository = genTask.repository
15
changelog = genTask.outputFile
16
- writeToken = System.getenv("GH_WRITE_TOKEN")
+ writeToken = System.getenv("GITHUB_TOKEN")
17
18
19
apply plugin: 'com.jfrog.bintray'
@@ -48,4 +48,4 @@ bintray {
48
49
50
51
-}
+}
0 commit comments