mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 15:36:45 +00:00
check sentry env token as fallback
This commit is contained in:
parent
67328d7d10
commit
c767b6c8e8
@ -211,7 +211,9 @@ allprojects {
|
|||||||
|
|
||||||
org = "volmit-software"
|
org = "volmit-software"
|
||||||
projectName = "iris"
|
projectName = "iris"
|
||||||
authToken = property("sentry.auth.token")
|
authToken = hasProperty("sentry.auth.token") ?
|
||||||
|
property("sentry.auth.token") :
|
||||||
|
System.getenv("SENTRY_AUTH_TOKEN")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user