aboutsummaryrefslogtreecommitdiffstats
path: root/python/wpt/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/wpt/export.py')
-rwxr-xr-xpython/wpt/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/export.py b/python/wpt/export.py
index a8753ceaee9..6860a7a8ed9 100755
--- a/python/wpt/export.py
+++ b/python/wpt/export.py
@@ -33,7 +33,7 @@ def main() -> int:
github_api_token=os.environ['WPT_SYNC_TOKEN'],
github_api_url='https://api.github.com/',
github_username='servo-wpt-sync',
- github_email='josh+wptsync@joshmatthews.net',
+ github_email='ghbot+wpt-sync@servo.org',
github_name='Servo WPT Sync',
).run(context["event"])
return 0 if success else 1