Skip to content

Commit d5e467d

Browse files
committed
fix: update Firefox addon action to use new parameters and version
1 parent a8cc681 commit d5e467d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/distribute.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ jobs:
110110
run: yarn build:firefox
111111
- name: Upload the package to Firefox web store
112112
if: ${{ github.event.inputs.testMode == 'false' }}
113-
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
113+
uses: wdzeng/firefox-addon@v1
114114
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
115+
jwt-issuer: ${{ secrets.WEB_EXT_API_KEY }}
116+
jwt-secret: ${{ secrets.WEB_EXT_API_SECRET }}
117+
addon-guid: '{f8793186-e9da-4332-aa1e-dc3d9f7bb04c}'
118+
xpi-path: firefox_extension.zip
119+
source-file-path: source_code.zip

0 commit comments

Comments
 (0)