Enable the Github Action-based WPT upstream script

This commit is contained in:
Martin Robinson 2023-01-20 13:05:08 +01:00
parent 3831648df9
commit 772e086677
2 changed files with 34 additions and 36 deletions

View file

@ -26,11 +26,11 @@ def main() -> int:
success = WPTSync(
servo_repo='servo/servo',
wpt_repo='servo/wpt',
wpt_repo='web-platform-tests/wpt',
downstream_wpt_repo='servo-wpt-sync/web-platform-tests',
servo_path='./servo',
wpt_path='./wpt',
github_api_token=os.environ['WPT_SYNC_GITHUB_TOKEN'],
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',