Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 807 Bytes

action-edge-addone-upload

Microsoft Edge Add-ons API

Using The Action

  1. Turn On Microsoft Edge Publish API, You has Secret/Client ID/Access token URL
  2. edit workflow yaml
jobs:
  build-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Publish to Edge store
        uses: hocgin/action-edge-addone-upload@main
        with:
          product_id: ${{ secrets.EDGE_PRODUCT_ID }}
          client_id: ${{ secrets.EDGE_CLIENT_ID }}
          client_secret: ${{ secrets.EDGE_CLIENT_SECRET }}
          access_token_url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
          addone_file: ./dist/plugin.zip