Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/inverse/edge-addon
- Owner: inverse
- License: mit
- Created: 2022-12-31T15:26:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T20:09:35.000Z (10 months ago)
- Last Synced: 2024-10-14T02:02:19.006Z (3 months ago)
- Topics: addon, edge, web-extension
- Language: Python
- Homepage:
- Size: 23.4 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 }}
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