File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,14 +271,13 @@ jobs:
271271 name : " ${{ github.ref_name }}_chrome_mv${{ matrix.manifest_version }}.zip" # <--- "chrome" hardcoded, uses .zip instead of .xpi
272272 path : artifacts/
273273
274- - uses : wdzeng/edge-addon@v1
274+ - uses : wdzeng/edge-addon@v2
275275 with :
276276 product-id : ${{ secrets.EDGE_PRODUCT_ID }}
277277 zip-path : " artifacts/${{ github.ref_name }}_chrome_mv${{ matrix.manifest_version }}.zip"
278- upload-only : true # TODO change to "false" when approved
278+ api-key : ${{ secrets.EDGE_API_KEY }}
279279 client-id : ${{ secrets.EDGE_CLIENT_ID }}
280- client-secret : ${{ secrets.EDGE_CLIENT_SECRET }}
281- access-token-url : ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
280+ upload-only : true # TODO change to "false" when approved
282281
283282 # -----------------------------------------------------------------------------------------------------------------------
284283 # Release
You can’t perform that action at this time.
0 commit comments