Skip to content

Firefox Addon Publish

Actions
Github action to upload firefox addon
v0.0.6-alpha
LatestPre-release
Star (5)

Firefox Addon Action

This is a GitHub Action that allows you to publish to Firefox addon store.

Currently it only supports updating an existing addon, not creating a new one. It supports supplying source code. It is used in web scrobbler, see that for example usage.

Usage

steps:
  - uses: yayuyokitano/[email protected]
    with:
      api_key: ${{ secrets.AMO_ISSUER }}
      api_secret: ${{ secrets.AMO_SECRET }}
      guid: '{799c0914-748b-41df-a25c-22d008f9e83f}'
      xpi_path: web-scrobbler-firefox.zip
      src_path: web-scrobbler-src.zip # Optional

Credentials

Check the API keys page to get your credentials for authentication.

License

MIT

Firefox Addon Publish is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github action to upload firefox addon
v0.0.6-alpha
LatestPre-release

Firefox Addon Publish is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.