birchill/Upload to AMO
Publishes an updated version of a Web Extension on addons.mozilla.org
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| amo_jwt_iss | The JWT issuer (also refered to as the API key) from https://addons.mozilla.org/en-US/developers/addon/api/key/ | yes | — |
| amo_jwt_secret | The JWT secret from https://addons.mozilla.org/en-US/developers/addon/api/key/ | yes | — |
| addon_id | The numeric add-on ID, addon slug, or add-on GUID | yes | — |
| addon_file | Path to the addon file relative to `$GITHUB_WORKSPACE`. | yes | — |
| src_file | Path to the source archive relative to `$GITHUB_WORKSPACE`. | — | — |
| release_notes | Release notes to use for the new version. | — | — |
Outputs
no outputs