steps to publish

hi so this is my first time publishing an extension. I have a verified chroem developer account, and want to use the github action to automate pushes.

so this is my keys.json

where would i find the values to put in clientId, clientSecret, refreshToken, and extId?

and then once i add this to github, and make the action run on every commit, am I good to go?

{
    "$schema": "https://github.com/PlasmoHQ/bpp/raw/main/keys.schema.json",
    "chrome": {
      "zip": "lens_by_vael_{version}.zip",
      "clientId": "1280623",
      "clientSecret": "1!9us4",
      "refreshToken": "7&as$a89",
      "extId": "akszypg"
    }
  }
Was this page helpful?