giteaCi #1

Open
pheerai wants to merge 8 commits from giteaCi into master
Showing only changes of commit c5c4f3e9a3 - Show all commits

View file

@ -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")
}
}
}