Skip to content

Commit

Permalink
Upgrade publish-edge (#1521)
Browse files Browse the repository at this point in the history
* Upgrade publish-edge

* Hardcode value

* Bump version

* Undo hardcode
  • Loading branch information
jamesmaa authored Oct 28, 2024
1 parent f462278 commit 139ad7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
fileName: "*"

- name: Publish on Microsoft Edge Addons
uses: wdzeng/edge-addon@v1
uses: wdzeng/edge-addon@v2
id: webStorePublish
with:
product-id: 18e6c4cd-6383-4f38-95e9-92a629f60817
zip-path: yomitan-edge.zip
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
api-key: ${{ secrets.EDGE_API_KEY }}

0 comments on commit 139ad7d

Please sign in to comment.