Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inverse/edge-addon

This action will publish your addon to the Edge Web Store.
https://github.com/inverse/edge-addon

addon edge web-extension

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Edge Addon Action

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

Built using the [Edge Addons API](https://github.com/inverse/python-edge-addons-api) package.

## Usage

```yaml
steps:
- uses: inverse/[email protected]
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 }}
zip: build/edge-addon.zip
notes: New version upload # Could be derived from release notes
```

## Credentials

Follow the official [Using Addons API](https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api) documentation.

## License

MIT