{"id":24505182,"url":"https://github.com/levigo/github-action-chrome-webstore-publish","last_synced_at":"2025-03-15T08:40:23.215Z","repository":{"id":65155571,"uuid":"553641674","full_name":"levigo/github-action-chrome-webstore-publish","owner":"levigo","description":"A Github Action to publish an artifact to the Chrome WebStore","archived":false,"fork":false,"pushed_at":"2023-02-04T18:10:22.000Z","size":1514,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T13:46:13.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/levigo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-18T14:28:49.000Z","updated_at":"2022-12-15T12:36:20.000Z","dependencies_parsed_at":"2023-02-18T18:30:18.941Z","dependency_job_id":null,"html_url":"https://github.com/levigo/github-action-chrome-webstore-publish","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"5e224e027d7f505ccbee8ee83110f12f93ca5bcb"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-chrome-webstore-publish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-chrome-webstore-publish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-chrome-webstore-publish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-chrome-webstore-publish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levigo","download_url":"https://codeload.github.com/levigo/github-action-chrome-webstore-publish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707297,"owners_count":20334614,"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":[],"created_at":"2025-01-21T23:28:55.873Z","updated_at":"2025-03-15T08:40:23.187Z","avatar_url":"https://github.com/levigo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Action Chrome Webstore Publish\n\nA Github Action to publish a browser-extension to the Chrome WebStore\n\n## Setup\n\nYou will need a Google API `clientId`, `clientSecret` and `refreshToken`. Read [the guide](https://github.com/fregante/chrome-webstore-upload/blob/main/How%20to%20generate%20Google%20API%20keys.md).\n\n## Inputs\n- `extensionId`: the ID of the browser-extension\n- `clientId`: the Google Client ID\n- `clientSecret`: the Google Client Secret\n- `refreshToken`: the Google Refresh Token\n- `inputFile`: the extension as zip file\n- `doPublish`: (optional) Define if the extension should be published after upload (defaults to false)\n- `target`: (optional) Publish target (either \"default\" or \"trustedUsers\")\n\n\n## Example usage\n```yaml\n- uses: levigo/github-action-chrome-webstore-publish@v1.0\n  id: publish\n  with:\n    extensionId: \"ndblkfbdgggpmbgflaoajgpmhmlendka\"\n    clientId: \"abc.apps.googleusercontent.com\"\n    clientSecret: \"MYSECRET\"\n    refreshToken: \"1//09ABCDEF\"\n    inputFile: \"./archive.zip\"\n    doPublish: true\n    target: \"default\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevigo%2Fgithub-action-chrome-webstore-publish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevigo%2Fgithub-action-chrome-webstore-publish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevigo%2Fgithub-action-chrome-webstore-publish/lists"}