Skip to content

birchill/edge-addon-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

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:
    access_token_url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
    addon_file: addon.zip
    client_id: ${{ secrets.EDGE_CLIENT_ID }}
    client_secret: ${{ secrets.EDGE_CLIENT_SECRET }}
    product_id: ${{ secrets.EDGE_PRODUCT_ID }}

Inputs