Skip to content

Commit

Permalink
Uncomment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Nov 2, 2023
1 parent 85ad6ad commit 554f0ca
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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 Down

0 comments on commit 554f0ca

Please sign in to comment.