mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update firefox-addon-upload.yml
This commit is contained in:
parent
31b4e644f7
commit
4ab0854b45
1 changed files with 2 additions and 1 deletions
3
.github/workflows/firefox-addon-upload.yml
vendored
3
.github/workflows/firefox-addon-upload.yml
vendored
|
|
@ -35,7 +35,8 @@ jobs:
|
|||
web-ext sign --source-dir . \
|
||||
--api-key ${{ secrets.AMO_API_KEY }} \
|
||||
--api-secret ${{ secrets.AMO_API_SECRET }} \
|
||||
--id "fmhy-safeguard"
|
||||
--channel unlisted \
|
||||
--no-input
|
||||
env:
|
||||
AMO_API_KEY: ${{ secrets.AMO_API_KEY }}
|
||||
AMO_API_SECRET: ${{ secrets.AMO_API_SECRET }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue