We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8cc681 + d5e467d commit d2d8cb7Copy full SHA for d2d8cb7
.github/workflows/distribute.yml
@@ -110,10 +110,10 @@ jobs:
110
run: yarn build:firefox
111
- name: Upload the package to Firefox web store
112
if: ${{ github.event.inputs.testMode == 'false' }}
113
- uses: yayuyokitano/firefox-addon@v0.0.6-alpha
+ uses: wdzeng/firefox-addon@v1
114
with:
115
- api_key: ${{ secrets.WEB_EXT_API_KEY }}
116
- api_secret: ${{ secrets.WEB_EXT_API_SECRET }}
117
- guid: '{f8793186-e9da-4332-aa1e-dc3d9f7bb04c}'
118
- xpi_path: firefox_extension.zip
119
- src_path: source_code.zip
+ jwt-issuer: ${{ secrets.WEB_EXT_API_KEY }}
+ jwt-secret: ${{ secrets.WEB_EXT_API_SECRET }}
+ addon-guid: '{f8793186-e9da-4332-aa1e-dc3d9f7bb04c}'
+ xpi-path: firefox_extension.zip
+ source-file-path: source_code.zip
0 commit comments