Skip to content
upload-cloud

GitHub Action

Chrome Extension upload & publish

1.4.1 Latest version

Chrome Extension upload & publish

upload-cloud

Chrome Extension upload & publish

Action for uploading chrome extensions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Chrome Extension upload & publish

uses: Passiverecords/[email protected]

Learn more about this action in Passiverecords/chrome-extension-upload-action

Choose a version

Chrome extension upload

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.

Inputs

client-id

Your tokens client id

client-secret

Your tokens client secret

refresh-token

Google developer refresh token

app-id

The target extension id.

file-name

The target zipped file name.

publish

Publish or not after upload (true / false)

Outputs

Example usage

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