8000 GitHub - pmsto/firefox-addon: 🦊 GitHub action to update/create firefox addons
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pmsto/firefox-addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox Addon Action

This action will publish your addon to the Firefox Addon store.

See Also

action-web-ext is a GitHub action that wraps the web-ext tool from Mozilla, which provides additional features such as lint, build, and signing.

Usage

See action.yml

steps:
  - uses: trmcnvn/firefox-addon@v1
    with:
      # uuid is only necessary when updating an existing addon,
      # omitting it will create a new addon
      uuid: '{7b312f5e-9680-436b-acc1-9b09f60e8aaa}'
      xpi: build/my-addon.xpi
      manifest: manifest.json
      api-key: ${{ secrets.FIREFOX_API_KEY }}
      api-secret: ${{ secrets.FIREFOX_API_SECRET }}

License

The scripts and documentation in this project are released under the MIT License

About

🦊 GitHub action to update/create firefox addons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.2%
  • TypeScript 36.8%
0