Skip to content

Commit

Permalink
tooling: use WEB_EXT_APPROVAL_TIMEOUT in Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph authored Sep 13, 2024
1 parent 3cdd7e3 commit 27c9254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: npm test --ignore-scripts

- name: Sign WebExtension
run: npx web-ext sign --approval-timeout=0
run: npx web-ext sign
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
WEB_EXT_API_APPROVAL_TIMEOUT: 0
WEB_EXT_APPROVAL_TIMEOUT: 0
WEB_EXT_CHANNEL: listed
chrome:
name: Chrome
Expand Down

0 comments on commit 27c9254

Please sign in to comment.