Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 22192bf

Browse files
committed
Switch to a different chrome publish action
1 parent 8b1d13a commit 22192bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
asset_name: saltbot ${{env.TAG_VERSION}}.zip
6363
asset_content_type: application/zip
6464
- name: Publish in Chrome Store
65-
uses: trmcnvn/chrome-addon@v2
65+
uses: Klemensas/chrome-extension-upload-action@1.4.1
6666
with:
67-
extension: bholoegapebhflljekancpcnajigaiih
68-
zip: ./extension/saltbot.zip
67+
app-id: 'bholoegapebhflljekancpcnajigaiih'
68+
file-name: './extension/saltbot.zip'
6969
client-id: ${{ secrets.CLIENT_ID }}
7070
client-secret: ${{ secrets.CLIENT_SECRET }}
71-
refresh-token: ${{ secrets.REFRESH_TOKEN }}
71+
refresh-token: ${{ secrets.REFRESH_TOKEN }}
72+
publish: true

0 commit comments

Comments
 (0)