Fix incorrect environment variable for Maven publish.
build / build (21) (push) Failing after 10m46s
build / build (21) (push) Failing after 10m46s
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ publishing {
|
|||||||
|
|
||||||
credentials(HttpHeaderCredentials) {
|
credentials(HttpHeaderCredentials) {
|
||||||
name = "Authorization"
|
name = "Authorization"
|
||||||
value = "token ${System.getenv("GITEA_MAVEN_TOKEN")}"
|
value = "token ${System.getenv("MAVEN_TOKEN")}"
|
||||||
}
|
}
|
||||||
|
|
||||||
authentication {
|
authentication {
|
||||||
|
|||||||
Reference in New Issue
Block a user