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: 2 months ago
JSON representation
This action will publish your addon to the Edge Web Store.
- Host: GitHub
- URL: https://github.com/inverse/edge-addon
- Owner: inverse
- License: mit
- Created: 2022-12-31T15:26:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T23:41:26.000Z (3 months ago)
- Last Synced: 2025-02-23T00:22:11.027Z (3 months ago)
- Topics: addon, edge, web-extension
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/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 }}
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