Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Oct 20, 2023
1 parent d7f661f commit a2e78e4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ jobs:
client-id: ${{ secrets.CHROME_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
continue-on-error: true

# - name: Chrome upload & release
# uses: Klemensas/chrome-extension-upload-action@$VERSION
# with:
# refresh-token: 'xxxxxxxxxxxxxxxxxxxxxx'
# client-id: 'xxxxxxxxxxxxx'
# client-secret: 'xxxxxxxxxxxx'
# file-name: './extension.zip'
# app-id: 'xzc12xzc21cx23'
# publish: true

- name: Edge upload & release
uses: wdzeng/[email protected]
Expand Down

0 comments on commit a2e78e4

Please sign in to comment.