Skip to content
play

GitHub Action

Chrome Extension Publish Action

v3 Latest version

Chrome Extension Publish Action

play

Chrome Extension Publish Action

Upload your addon to the Chrome Web Store

Installation

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

              

- name: Chrome Extension Publish Action

uses: SebastienGllmt/chrome-addon@v3

Learn more about this action in SebastienGllmt/chrome-addon

Choose a version

Chrome Addon Action

This action will publish your addon to the Chrome Web Store.

Usage

See action.yml

steps:
  - uses: trmcnvn/chrome-addon@v2
    with:
      # extension is only necessary when updating an existing addon,
      # omitting it will create a new addon
      extension: abcdefg
      zip: build/my-addon.zip
      client-id: ${{ secrets.CHROME_CLIENT_ID }}
      client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
      refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
      # optionally specify the visibility of the addon
      # publishTarget: default

Google Credentials

For information on how to retreive these credentials check out this guide here

License

The scripts and documentation in this project are released under the MIT License