summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--post-build-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-report.py b/post-build-report.py
index 2343ba5..2954349 100644
--- a/post-build-report.py
+++ b/post-build-report.py
@@ -161,7 +161,7 @@ if __name__ == '__main__':
art_url = os.environ.get("ART_URL", "http://localhost:8000/")
art_token = None
if urlsplit(art_url).netloc.startswith('art-reports'):
- art_token = os.environ.get("ART_TOKEN_ART_REPORTS")
+ art_token = os.environ.get("ART_TOKEN")
elif urlsplit(art_url).netloc.startswith('android-qa-reports'):
art_token = os.environ.get("ART_TOKEN_ANDROID_REPORTS")
else: