This commit is contained in:
ajgeiss0702
2021-06-02 01:51:51 +00:00
parent cdbf09dade
commit 9168a1f11b
+3
View File
@@ -65,6 +65,9 @@ publishing {
name = "Job-Token" name = "Job-Token"
value = System.getenv("CI_JOB_TOKEN") value = System.getenv("CI_JOB_TOKEN")
} }
authentication {
getCredentials(HttpHeaderCredentials::class)
}
} }
} }
} }