mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 10:30:53 +00:00
check sentry env token as fallback
This commit is contained in:
@@ -211,7 +211,9 @@ allprojects {
|
||||
|
||||
org = "volmit-software"
|
||||
projectName = "iris"
|
||||
authToken = property("sentry.auth.token")
|
||||
authToken = hasProperty("sentry.auth.token") ?
|
||||
property("sentry.auth.token") :
|
||||
System.getenv("SENTRY_AUTH_TOKEN")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user