{"id":20895445,"url":"https://github.com/browser-actions/release-chrome-extension","last_synced_at":"2025-05-12T23:31:48.658Z","repository":{"id":179623292,"uuid":"661160243","full_name":"browser-actions/release-chrome-extension","owner":"browser-actions","description":"Publish a chrome extension in the Chrome Web Store ","archived":false,"fork":false,"pushed_at":"2024-07-25T16:20:21.000Z","size":3181,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T13:37:12.304Z","etag":null,"topics":["chrome","chrome-extension"],"latest_commit_sha":null,"homepage":"https://browser-actions.dev/release-chrome-extension/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/browser-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-02T01:30:13.000Z","updated_at":"2024-11-17T10:59:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"156e2014-eaa7-447a-aa92-08c865f64d1c","html_url":"https://github.com/browser-actions/release-chrome-extension","commit_stats":null,"previous_names":["browser-actions/publish-chrome-extension"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Frelease-chrome-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Frelease-chrome-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Frelease-chrome-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Frelease-chrome-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browser-actions","download_url":"https://codeload.github.com/browser-actions/release-chrome-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253840581,"owners_count":21972510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension"],"created_at":"2024-11-18T10:28:53.488Z","updated_at":"2025-05-12T23:31:48.381Z","avatar_url":"https://github.com/browser-actions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# release-chrome-extension\n\nThis is a GitHub Action to publish a Chrome extension to the Chrome Web Store.\n\n## Usage\n\nThe minimal usage is as follows:\n\n```yaml\nsteps:\nsteps:\n- uses: browser-actions/release-chrome-extension@latest\n  with:\n    extension-id: \"********************************\"\n    extension-path: \"path/to/your/extension.zip\"\n    oauth-client-id: ${{ secrets.OAUTH_CLIENT_ID }}\n    oauth-client-secret: ${{ secrets.OAUTH_CLIENT_SECRET }}\n    oauth-refresh-token: ${{ secrets.OAUTH_REFRESH_TOKEN }}\n```\n\nThe `oauth-client-id`, `oauth-client-secret`, and `refresh-token` are all required to authenticate with the Chrome Web Store API. You can find more information on how to get these values [here](https://developer.chrome.com/webstore/using_webstore_api#beforeyoubegin).  There is also a mock OAuth2 application that can be used to get a refresh token.  You can get the token by running the following command:\n\n```console\n$ node oauth-mock-app/server.mjs\n```\n\n### Inputs\n\nAll supported outputs are the following:\n\n| Name                  | Description                         | Required |\n| ---                   | ---                                 | ---      |\n| `extension-id`        | The ID of the extension to publish. | Yes      |\n| `extension-path`      | The path to the extension zip file. | Yes      |\n| `oauth-client-id`     | The OAuth2 client ID.               | Yes      |\n| `oauth-client-secret` | The OAuth2 client secret.           | Yes      |\n| `oauth-refresh-token` | The OAuth2 refresh token.           | Yes      |\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowser-actions%2Frelease-chrome-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowser-actions%2Frelease-chrome-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowser-actions%2Frelease-chrome-extension/lists"}