Skip to content

hocgin/action-edge-addone-upload

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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