Typos
This commit is contained in:
parent
710282038f
commit
0a287e4c07
|
@ -46,10 +46,10 @@ publishing {
|
|||
name = "Gitlab"
|
||||
|
||||
credentials(HttpHeaderCredentials::class.java) {
|
||||
val gitlabPrivateTokens: String? by project
|
||||
val gitlabPrivateToken: String? by project
|
||||
|
||||
name = "Private-Token"
|
||||
value = gitlabPrivateTokens ?: System.getenv("CI_JOB_TOKEN")
|
||||
value = gitlabPrivateToken ?: System.getenv("CI_JOB_TOKEN")
|
||||
}
|
||||
authentication {
|
||||
create<HttpHeaderAuthentication>("header")
|
||||
|
|
Loading…
Reference in New Issue