[diffusion] CI: switch CI data references to sgl-project/ci-data (#24299)

This commit is contained in:
Mick
2026-05-03 23:05:12 +08:00
committed by GitHub
parent c0f5950636
commit 5925572c95
12 changed files with 130 additions and 162 deletions
+2 -2
View File
@@ -352,8 +352,8 @@ def publish_traces_from_files(files_to_upload, run_id, run_number):
sys.exit(1)
# Repository configuration
repo_owner = "sglang-bot"
repo_name = "sglang-ci-data"
repo_owner = "sgl-project"
repo_name = "ci-data"
branch = "main"
# Verify token permissions before proceeding