https://github.com/web-scrobbler/edge-addon
This action will publish your addon to the Edge Web Store.
https://github.com/web-scrobbler/edge-addon
addon edge web-extension
Last synced: 6 months ago
JSON representation
This action will publish your addon to the Edge Web Store.
- Host: GitHub
- URL: https://github.com/web-scrobbler/edge-addon
- Owner: web-scrobbler
- License: mit
- Created: 2022-12-31T15:26:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T00:16:04.000Z (6 months ago)
- Last Synced: 2025-06-17T00:27:28.480Z (6 months ago)
- Topics: addon, edge, web-extension
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/web-scrobbler/python-edge-addons-api) package.
## Usage
```yaml
steps:
- uses: web-scrobbler/edge-addon@v2.0.3
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](https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api) documentation.
## License
MIT