This action uploads the specified ziped chrome extension to the provided app id. It uses the specified refresh token to generate an access token for uploading.
Your tokens client id
Your tokens client secret
Google developer refresh token
The target extension id.
The target zipped file name.
Publish or not after upload (true / false)
uses: Klemensas/chrome-extension-upload-action@$VERSION
with:
refresh-token: 'xxxxxxxxxxxxxxxxxxxxxx'
client-id: 'xxxxxxxxxxxxx'
client-secret: 'xxxxxxxxxxxx'
file-name: './extension.zip'
app-id: 'xzc12xzc21cx23'
publish: true