web-ext的环境变量

时间:2018-07-06 02:14:48

标签: firefox-addon firefox-webextensions web-ext

我正在使用mozilla的web-ext将扩展名提交到firefox插件商店。 --help这样说:

  --api-key            API key (JWT issuer) from addons.mozilla.org
                                                             [string] [required]
  --api-secret         API secret (JWT secret) from addons.mozilla.org
                                                             [string] [required]

是否可以使用环境变量在CI / CD环境中设置值?

API_KEY和API_SECRET给我Missing required arguments: api-key, api-secret

1 个答案:

答案 0 :(得分:0)

确实存在,但文献记载不充分。

WEB_EXT_API_KEY=your key
WEB_EXT_API_SECRET=your secret