feat: local release workflow (signing + version sync); track updates.json; add .env.example
This commit is contained in:
parent
9d5a3e4224
commit
1c1f51a8b9
8 changed files with 158 additions and 3 deletions
5
.env.example
Normal file
5
.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Firefox AMO API credentials for web-ext signing
|
||||
# Obtain from https://addons.mozilla.org/en-US/developers/addon/api/key/
|
||||
AMO_JWT_ISSUER=your-amo-jwt-issuer
|
||||
AMO_JWT_SECRET=your-amo-jwt-secret
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue