Skip to content

Commit ee44e96

Browse files
committed
Added EWS publish step
1 parent 8ff473a commit ee44e96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish-to-cws-on-chromium-bump.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,13 @@ jobs:
4242
refresh_token: ${{ secrets.CWS_REFRESH_TOKEN }}
4343
zip_file: extension.zip
4444
continue-on-error: true
45+
46+
- name: Publish to EWS
47+
if: env.VERSION_CHANGED == 'true'
48+
uses: wdzeng/edge-addon@v2
49+
with:
50+
product-id: ${{ secrets.EWS_PRODUCT_ID }}
51+
client-id: ${{ secrets.EWS_CLIENT_ID }}
52+
api-key: ${{ secrets.EWS_CLIENT_SECRET }}
53+
zip-path: extension.zip
54+
continue-on-error: true

0 commit comments

Comments
 (0)