mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
updated to use credentials from the environment
This commit is contained in:
parent
8f9b999e5a
commit
9ef5cedfd6
@ -85,8 +85,8 @@ publishing {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/public/")
|
||||
|
||||
credentials {
|
||||
username = System.getProperty("JENKINS_USER")
|
||||
password = System.getProperty("JENKINS_PASS")
|
||||
username = System.getenv("JENKINS_USER")
|
||||
password = System.getenv("JENKINS_PASS")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user