File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments