Skip to content

Commit

Permalink
Check listed mozilla version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Nov 2, 2023
1 parent 9e935a9 commit 85ad6ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ jobs:
zip -r ../build.zip .
cd ..
- name: Chrome upload & release
uses: mnao305/[email protected]
with:
file-path: build.zip
extension-id: eggfhkdnfdhdpmkfpihjjbnncgmhihce
client-id: ${{ secrets.CHROME_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}

- name: Edge upload & release
uses: wdzeng/[email protected]
with:
product-id: 70d8655d-2c91-4b81-99b1-35afa863ea8c
zip-path: build.zip
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
# - name: Chrome upload & release
# uses: mnao305/[email protected]
# with:
# file-path: build.zip
# extension-id: eggfhkdnfdhdpmkfpihjjbnncgmhihce
# client-id: ${{ secrets.CHROME_CLIENT_ID }}
# client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
# refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}

# - name: Edge upload & release
# uses: wdzeng/[email protected]
# with:
# product-id: 70d8655d-2c91-4b81-99b1-35afa863ea8c
# zip-path: build.zip
# client-id: ${{ secrets.EDGE_CLIENT_ID }}
# client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
# access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}

- name: Firefox upload & release
uses: cardinalby/[email protected]
Expand All @@ -58,4 +58,3 @@ jobs:
extensionId: [email protected]
jwtIssuer: ${{ secrets.FF_JWT_ISSUER }}
jwtSecret: ${{ secrets.FF_JWT_SECRET }}
channel: unlisted
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Holo key manager",
"description": "A browser extension to manage holo keys",
"version": "0.0.13",
"version": "0.0.14",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 85ad6ad

Please sign in to comment.