File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,16 @@ jobs:
29
29
- run : pnpm wxt zip
30
30
- name : wxt submit chrome
31
31
if : " ${{ github.event.inputs.to_publish == 'all' || github.event.inputs.to_publish == 'chrome' }}"
32
- run : pnpm wxt submit --chrome-zip .output/*-chrome.zip \
32
+ run : pnpm wxt submit --chrome-zip .output/*-chrome.zip
33
33
env :
34
34
CHROME_EXTENSION_ID : ${{ secrets.CHROME_EXTENSION_ID }}
35
35
CHROME_CLIENT_ID : ${{ secrets.CHROME_CLIENT_ID }}
36
36
CHROME_CLIENT_SECRET : ${{ secrets.CHROME_CLIENT_SECRET }}
37
37
CHROME_REFRESH_TOKEN : ${{ secrets.CHROME_REFRESH_TOKEN }}
38
38
- name : wxt submit edge
39
39
if : " ${{ github.event.inputs.to_publish == 'all' || github.event.inputs.to_publish == 'edge' }}"
40
- run : pnpm wxt submit --edge-zip .output/*-chrome.zip \
40
+ run : pnpm wxt submit --edge-zip .output/*-chrome.zip
41
41
env :
42
42
EDGE_PRODUCT_ID : ${{ secrets.EDGE_PRODUCT_ID }}
43
43
EDGE_API_KEY : ${{ secrets.EDGE_API_KEY }}
44
+ EDGE_CLIENT_ID : ${{ secrets.EDGE_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments