Skip to content
play

GitHub Action

action-edge-addone-upload

v1.0.1 Latest version

action-edge-addone-upload

play

action-edge-addone-upload

Microsoft Edge Add-ons Upload Action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: action-edge-addone-upload

uses: hocgin/action-edge-addone-upload@v1.0.1

Learn more about this action in hocgin/action-edge-addone-upload

Choose a version

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