mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-10-07 11:45:26 +02:00
updated to use credentials from the environment
This commit is contained in:
@@ -85,8 +85,8 @@ publishing {
|
|||||||
url = uri("https://repo.extendedclip.com/content/repositories/public/")
|
url = uri("https://repo.extendedclip.com/content/repositories/public/")
|
||||||
|
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getProperty("JENKINS_USER")
|
username = System.getenv("JENKINS_USER")
|
||||||
password = System.getProperty("JENKINS_PASS")
|
password = System.getenv("JENKINS_PASS")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user