Skip to content

Commit

Permalink
Try intermittent tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson committed Nov 8, 2023
1 parent e44f17c commit 9b0eb9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/wpt/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ def __init__(self):
if TRACKER_DASHBOARD_SECRET_ENV_VAR in os.environ and os.environ[TRACKER_DASHBOARD_SECRET_ENV_VAR]:
self.url = f"{base_url}/dashboard/attempts"
secret = os.environ[TRACKER_DASHBOARD_SECRET_ENV_VAR]
print(f"FOUND SECRET: {secret}")
self.headers["Authorization"] = f"Bearer {secret}"
else:
print("DID NOT FIND SECRET")
self.url = f"{base_url}/dashboard/query"

@staticmethod
Expand Down

0 comments on commit 9b0eb9a

Please sign in to comment.