mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Enable the Github Action-based WPT upstream script
This commit is contained in:
parent
3831648df9
commit
772e086677
2 changed files with 34 additions and 36 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue