Skip to content

Commit

Permalink
update web-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiohbsantos committed Jun 30, 2022
1 parent 6c0ecc0 commit a956ede
Show file tree
Hide file tree
Showing 4 changed files with 4,677 additions and 1,471 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:

- name: Upload to firefox store
continue-on-error: true
run: npx web-ext sign -s ./dist/ --channel=listed --api-key=${{ secrets.FIREFOX_API_KEY }} --api-secret=${{ secrets.FIREFOX_API_SECRET }} --id="{eac6e624-97fa-4f28-9d24-c06c9b8aa713}"
run: npx web-ext sign -s ./dist/ --channel=listed --api-key=${{ secrets.FIREFOX_API_JWT_ISSUER }} --api-secret=${{ secrets.FIREFOX_API_JWT_SECRET }} --id="{eac6e624-97fa-4f28-9d24-c06c9b8aa713}"

2 changes: 1 addition & 1 deletion .github/workflows/update-from-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
- name: Upload to firefox store
if: steps.upstream.outputs.release_tag != steps.upstream.outputs.current_tag
continue-on-error: true
run: npx web-ext sign -s ./dist/ --channel=listed --api-key=${{ secrets.FIREFOX_API_KEY }} --api-secret=${{ secrets.FIREFOX_API_SECRET }} --id="{eac6e624-97fa-4f28-9d24-c06c9b8aa713}"
run: npx web-ext sign -s ./dist/ --channel=listed --api-key=${{ secrets.FIREFOX_API_JWT_ISSUER }} --api-secret=${{ secrets.FIREFOX_API_JWT_SECRET }} --id="{eac6e624-97fa-4f28-9d24-c06c9b8aa713}"

Loading

0 comments on commit a956ede

Please sign in to comment.