Skip to content

Commit 9dc1b62

Browse files
committed
update release
1 parent 1ae3fce commit 9dc1b62

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,12 @@ jobs:
2424
run: |
2525
pnpm zip
2626
27-
- name: Authenticate to Google
28-
id: auth
29-
uses: google-github-actions/auth@v2
30-
with:
31-
credentials_json: ${{ secrets.CHROME_SERVICE_ACCOUNT_JSON }}
32-
token_format: 'access_token'
33-
access_token_scopes: 'https://www.googleapis.com/auth/chromewebstore'
34-
3527
- name: Submit to stores
3628
run: |
3729
pnpm wxt submit \
3830
--chrome-zip .output/*-chrome.zip
3931
env:
4032
CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
41-
CHROME_REFRESH_TOKEN: ${{ steps.auth.outputs.access_token }}
33+
CHROME_REFRESH_TOKEN: ${{ secrets.CHROME_REFRESH_TOKEN }}
4234
CHROME_CLIENT_ID: ${{ secrets.CHROME_CLIENT_ID }}
4335
CHROME_CLIENT_SECRET: ${{ secrets.CHROME_CLIENT_SECRET }}

0 commit comments

Comments
 (0)