Skip to content

Commit

Permalink
Replaced yayuyokitano/firefox-addon w/ more verbose cardinalby/webext…
Browse files Browse the repository at this point in the history
…-buildtools-firefox-addons-action
  • Loading branch information
adamlui authored Oct 16, 2024
1 parent c1e11eb commit 19e61c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-to-amo-on-ff-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Publish to AMO
if: env.version_changed == 'true'
uses: yayuyokitano/firefox-[email protected]
uses: cardinalby/webext-buildtools-firefox-addons-action@v1
with:
api_key: ${{ secrets.AMO_ISSUER }}
api_secret: ${{ secrets.AMO_SECRET }}
guid: "[email protected]"
xpi_path: ${{ github.workspace }}/adamlui/you-omnibox/extension.zip
zipFilePath: "${{ github.workspace }}/adamlui/you-omnibox/extension.zip"
extensionId: '[email protected]'
jwtIssuer: ${{ secrets.AMO_ISSUER }}
jwtSecret: ${{ secrets.AMO_SECRET }}

0 comments on commit 19e61c8

Please sign in to comment.