File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ publishExtension({
7171 zip: ' dist/chrome.zip' ,
7272 productId: " <edge-product-id>" ,
7373 clientId: " <edge-client-id>" ,
74- clientSecret: " <edge-client-secret>" ,
75- accessTokenUrl: " <edge-access-token-url>" ,
74+ apiKey: " <edge-api-key>" ,
7675 skipSubmitReview: false ,
7776 },
7877})
Original file line number Diff line number Diff line change @@ -83,10 +83,6 @@ cli.option(
8383 '--edge-client-id [edgeClientId]' ,
8484 'Client ID used for authorizing requests to Microsofts addon API' ,
8585) ;
86- cli . option (
87- '--edge-api-version [edgeApiVersion]' ,
88- 'API version (1.0 or 1.1) to use (DEPRECATED: 1.0 is no longer available, so 1.1 is always used)' ,
89- ) ;
9086cli . option (
9187 '--edge-api-key [edgeApiKey]' ,
9288 'API key used for authorizing requests to Microsofts addon API v1.1' ,
You can’t perform that action at this time.
0 commit comments