Skip to content

Commit 0232f02

Browse files
authored
test workflow
1 parent 37c873f commit 0232f02

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/publish-new-addon-version.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ jobs:
2020
- name: Publish
2121
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
2222
with:
23-
api_key: ${{ secrets.FIREFOX_JWT_ISSUER }}
23+
api_key: ${{ secrets.FIREFOX_JWT_ISSUER }} #
2424
api_secret: ${{ secrets.FIREFOX_JWT_SECRET }}
25-
# guid: "newtab-notes@semanticdata"
2625
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`
26+
xpi_path: archive.zip
27+
# src_path: firefox-brave-search-src.zip # Optional

0 commit comments

Comments
 (0)