Skip to content

Commit

Permalink
tooling: use --approval-timeout=0 directly
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph authored Sep 3, 2024
1 parent 7ecf465 commit db19915
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: npm test --ignore-scripts

- name: Sign WebExtension
run: npx web-ext sign
continue-on-error: true
run: npx web-ext sign --approval-timeout=0
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
Expand Down

0 comments on commit db19915

Please sign in to comment.