release-chrome-extension
Publish a chrome extension in the Chrome Web Store
Usage
- uses: browser-actions/release-chrome-extension@v0
  with:
    # ID of the extension to be published
    extension-id: "<your extension id>"
    # Path to the extension to be published
    extension-path: "<your extension path>"
    # OAuth Client ID for Chrome Web Store API
    oauth-client-id: "<your oauth client id>"
    # OAuth Client Secret for Chrome Web Store API
    oauth-client-secret: "<your oauth client secret>"
    # OAuth Refresh Token for Chrome Web Store API
    oauth-refresh-token: "<your oauth refresh token>"Inputs
- extension-id
- ID of the extension to be published
- extension-path
- Path to the extension to be published
- oauth-client-id
- OAuth Client ID for Chrome Web Store API
- oauth-client-secret
- OAuth Client Secret for Chrome Web Store API
- oauth-refresh-token
- OAuth Refresh Token for Chrome Web Store API
Outputs
No outputs
