giteaCi #1
1 changed files with 3 additions and 6 deletions
|
@ -54,12 +54,9 @@ publishing {
|
|||
maven {
|
||||
name = "Gitea"
|
||||
url = uri("https://git.f3l.de/api/packages/pheerai/maven/")
|
||||
credentials(HttpHeaderCredentials::class.java) {
|
||||
name = "Authorization"
|
||||
value = System.getenv("CI_JOB_TOKEN")
|
||||
}
|
||||
authentication {
|
||||
create<HttpHeaderAuthentication>("header")
|
||||
credentials {
|
||||
username = "pheerai"
|
||||
password = System.getenv("CI_JOB_TOKEN")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue