Skip to content

Commit dc4d9d4

Browse files
committed
Update edge publish workflow
1 parent b1f907c commit dc4d9d4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)