Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelgomesxyz/palemoon-addon
https://github.com/rafaelgomesxyz/palemoon-addon
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafaelgomesxyz/palemoon-addon
- Owner: rafaelgomesxyz
- License: mit
- Created: 2019-09-06T15:21:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T09:15:40.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T01:21:13.603Z (8 months ago)
- Language: JavaScript
- Size: 519 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pale Moon Addon Action
This action will publish your addon to the Pale Moon Addon store.
## Usage
See [action.yml](action.yml)
```yaml
steps:
- uses: rafaelgssa/palemoon-addon@v1
with:
slug: my-addon-slug
xpi: build/my-addon.xpi
username: ${{ secrets.PALEMOON_USERNAME }}
password: ${{ secrets.PALEMOON_PASSWORD }}
```## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)