Update code sync scripts (#17319)

This commit is contained in:
Lianmin Zheng
2026-01-18 19:57:28 -08:00
committed by GitHub
parent d2105d4abd
commit fc4b932f4e
3 changed files with 284 additions and 2 deletions

View File

@@ -23,6 +23,6 @@ jobs:
- name: Copy from OSS code
env:
GH_TOKEN: ${{ secrets.PAT_FOR_CODE_SYNC_FROM_LIANMIN }}
GH_TOKEN: ${{ secrets.GH_PAT_FOR_OPEN_PR_TO_PRIVATE }}
run: |
python3 scripts/code_sync/copy_from_oss.py

View File

@@ -26,6 +26,6 @@ jobs:
- name: Copy to OSS code
env:
GH_TOKEN: ${{ secrets.PAT_FOR_CODE_SYNC_FROM_LIANMIN }}
GH_TOKEN: ${{ secrets.GH_PAT_FOR_OPEN_PR_TO_OSS }}
run: |
python3 scripts/code_sync/copy_to_oss.py --commit ${{ github.event.inputs.commit_sha }}