Skip to content

Commit

Permalink
Add new required argument to web-ext (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr authored May 28, 2024
1 parent 82816b4 commit 53f19ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
SRC_DIR: src
CHROME_ID: cjjhackeogffajjndfhemgniokonimin
MOZILLA_ID: [email protected]
MOZILLA_CHANNEL: unlisted

jobs:
build:
Expand Down Expand Up @@ -84,7 +85,8 @@ jobs:
unzip *firefox* -d src
npx web-ext sign --api-key="${{ secrets.FIREFOX_API_KEY }}" \
--api-secret="${{ secrets.FIREFOX_API_SECRET }}" \
--source-dir "src"
--source-dir "src" \
--channel "${{ env.MOZILLA_CHANNEL }}"
- name: "Rename Signed Artifact"
working-directory: web-ext-artifacts
Expand Down

0 comments on commit 53f19ee

Please sign in to comment.