Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 697 Bytes

File metadata and controls

26 lines (18 loc) · 697 Bytes

Edge Addon Action

This action will publish your addon to the Edge Web Store.

Built using the Edge Addons API package.

Usage

steps:
  - uses: web-scrobbler/[email protected]
    with:
      product_id: ${{ secrets.EDGE_PRODUCT_ID }}
      client_id: ${{ secrets.EDGE_CLIENT_ID }}
      api_key: ${{ secrets.EDGE_CLIENT_SECRET }}
      zip: build/edge-addon.zip
      notes: New version upload # Could be derived from release notes

Credentials

Follow the official Using Addons API documentation.

License

MIT