Specify auth type.

This commit is contained in:
Oliver Rümpelein 2021-02-21 14:49:38 +01:00
parent c08d5930f8
commit 417005db42

View file

@ -62,7 +62,7 @@ publishing {
value = System.getenv("CI_JOB_TOKEN") value = System.getenv("CI_JOB_TOKEN")
} }
authentication { authentication {
create("header") create<HttpHeaderAuthentication>("header")
} }
} }
} }