Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelgomesxyz/palemoon-addon


https://github.com/rafaelgomesxyz/palemoon-addon

Last synced: 17 days ago
JSON representation

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)