GitHunt
NA

natenho/chrome-extension-upload-action

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

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: natenho/chrome-extension-upload-action@$VERSION
with:
  refresh-token: 'xxxxxxxxxxxxxxxxxxxxxx'
  client-id: 'xxxxxxxxxxxxx'  
  file-name: './extension.zip'
  app-id: 'xzc12xzc21cx23'
  publish: true

Languages

Shell92.4%Dockerfile7.6%

Contributors

Latest Release

v1.4December 20, 2021
Created December 20, 2021
Updated December 20, 2021
natenho/chrome-extension-upload-action | GitHunt