Fix pt 3
ci/woodpecker/push/pages Pipeline was successful Details
ci/woodpecker/push/gradle Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-10-27 23:45:49 +02:00
parent 8148c2c9fc
commit 52f33c6399
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ publishing {
name = "dynamic"
credentials(HttpHeaderCredentials::class) {
name = "Job-Token"
name = "Authorization"
value = System.getenv()["MAVEN_TOKEN"]
}
authentication {