Support BytePlus GitHub automations - #1028
Merged
yaozheng-fang merged 1 commit intoAug 31, 2026
Merged
Conversation
yaozheng-fang
approved these changes
Aug 31, 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.
背景
Studio 以
--provider byteplus运行时,自动化页面仍使用火山引擎地域、密钥名和部分默认资源配置,导致 BytePlus 用户在 GitHub 自动化配置里容易生成不可用的工作流。修改内容
BYTEPLUS_ACCESS_KEY、BYTEPLUS_SECRET_KEY、BYTEPLUS_SESSION_TOKEN,并保留必要的VOLCENGINE_*兼容映射。AGENTKIT_CLOUD_PROVIDER、CLOUD_PROVIDER、AGENTKIT_REGION,并为 Viking memory 使用 BytePlus 可用的cn-hongkong。veadk/webui静态资源。验证
git fetch upstream main && git rebase --autostash upstream/maingit diff --checkuv run pre-commit run --all-filescd frontend && npm test,通过 918 个测试cd frontend && npm run buildBYTEPLUS_*secrets 并发布到ap-southeast-1。后续 E2E 按要求已停止。备注
.gitignore脏改动。CODEX_MODEL_API_KEY;同时旧 workflow 中固定安装的agentkit-cli@0.50.0在 npm 上不可用,这是独立问题,未纳入本次 BytePlus 地域/密钥适配改动。