CI: add automate Chrome Web Store publishing with service account - #72
Merged
Conversation
Collaborator
|
LGTM |
BB-fat
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR automates Chrome Web Store publishing as part of the existing extension release workflow.
When an
ext-v*tag is pushed, the workflow now:publish-cwsjob.fetchStatuswhen the upload is processed asynchronously.DEFAULT_PUBLISHafter the upload succeeds.Security
chrome-web-storeGitHub Environment.contents: readrepository permission.The pre-processing steps have been completed
Validation
git diff --checkpassed.变更说明
本 PR 在现有扩展发布 workflow 中增加了 Chrome Web Store 自动发布流程。
推送
ext-v*tag 后,workflow 现在会:publish-cwsjob。fetchStatus等待处理完成。DEFAULT_PUBLISH提交审核发布。安全措施
chrome-web-storeGitHub Environment 中。contents: read仓库权限。前置处理流程已经完成
验证情况
git diff --check通过。