Skip to content

Upload to Edge Add-ons

Actions
Publishes an updated version of a Web Extension to Microsoft Edge Add-ons store
v1.1.0
Latest
Star (3)

edge-addon-upload

GitHub Action to upload a Web Extension package to the Microsoft Edge Add-ons store.

Usage

See action.yml

- uses: birchill/edge-addon-upload@v1
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
    addon_file: addon.zip
    api_key: ${{ secrets.EDGE_API_KEY }}
    client_id: ${{ secrets.EDGE_CLIENT_ID }}
    product_id: ${{ secrets.EDGE_PRODUCT_ID }}

Inputs

Upload to Edge Add-ons is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publishes an updated version of a Web Extension to Microsoft Edge Add-ons store
v1.1.0
Latest

Upload to Edge Add-ons is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.