Update firefox-addon-upload.yml

This commit is contained in:
Kenneth Hendricks 2024-10-18 15:18:09 -04:00 committed by GitHub
parent 31b4e644f7
commit 4ab0854b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}