We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e13cca2 + 0ca0bb6 commit 4ba4cffCopy full SHA for 4ba4cff
.github/workflows/publish-to-chrome.yml
@@ -32,11 +32,10 @@ jobs:
32
fi
33
34
- name: Upload and Publish to Chrome Web Store
35
- uses: PlasmoHQ/chrome-extension-action@c15984c0a74f452851c605cab46f34d9fd6cb158
+ uses: mnao305/chrome-extension-[email protected]
36
with:
37
client_id: ${{ secrets.CHROME_CLIENT_ID }}
38
client_secret: ${{ secrets.CHROME_CLIENT_SECRET }}
39
refresh_token: ${{ secrets.CHROME_REFRESH_TOKEN }}
40
extension_id: ${{ secrets.CHROME_EXTENSION_ID }}
41
- zip: scrum-helper.zip
42
- publish: true
+ file-path: scrum-helper.zip
0 commit comments