Specify auth type.
This commit is contained in:
parent
c08d5930f8
commit
417005db42
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ publishing {
|
||||||
value = System.getenv("CI_JOB_TOKEN")
|
value = System.getenv("CI_JOB_TOKEN")
|
||||||
}
|
}
|
||||||
authentication {
|
authentication {
|
||||||
create("header")
|
create<HttpHeaderAuthentication>("header")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue