We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c873f commit 0232f02Copy full SHA for 0232f02
1 file changed
.github/workflows/publish-new-addon-version.yml
@@ -20,12 +20,8 @@ jobs:
20
- name: Publish
21
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
22
with:
23
- api_key: ${{ secrets.FIREFOX_JWT_ISSUER }}
+ api_key: ${{ secrets.FIREFOX_JWT_ISSUER }} #
24
api_secret: ${{ secrets.FIREFOX_JWT_SECRET }}
25
- # guid: "newtab-notes@semanticdata"
26
guid: ${{ secrets.FIREFOX_EXTENSION_ID }}
27
- xpi_path: archive.zip # Must match archive output path
28
-
29
-# Change the version number in the manifest.json
30
-# Set up repository secrets:
31
-# `FIREFOX_EXTENSION_ID`, `FIREFOX_JWT_ISSUER` and `FIREFOX_JWT_SECRET`
+ xpi_path: archive.zip
+ # src_path: firefox-brave-search-src.zip # Optional
0 commit comments