0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-04-24 08:25:16 +00:00

添加CNB更新源

This commit is contained in:
firedcto@gmail.com 2025-04-04 13:05:32 +08:00
parent 0678b6d62b
commit 9e84595665
2 changed files with 8 additions and 4 deletions

View File

@ -111,6 +111,10 @@ jobs:
python -m ok.update.push_repos --repos https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
- name: push to cnb
run: |
python -m ok.update.push_repos --repos https://cnb:${{ secrets.CNB_TOKEN }}cnb.cool/ok-oldking/ok-wuthering-waves.git --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
- name: push to coding
run: |
python -m ok.update.push_repos --repos https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}

View File

@ -120,12 +120,12 @@ config = {
'git_url': 'https://e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git',
'pip_url': 'https://mirrors.aliyun.com/pypi/simple'
}, {
'name': '腾讯',
'name': '腾讯Coding',
'git_url': 'https://e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git',
'pip_url': 'https://mirrors.cloud.tencent.com/pypi/simple'
'pip_url': 'https://mirrors.aliyun.com/pypi/simple'
}, {
'name': '阿里云',
'git_url': 'https://e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git',
'name': '腾讯CNB',
'git_url': 'https://cnb.cool/ok-oldking/ok-wuthering-waves.git',
'pip_url': 'https://mirrors.aliyun.com/pypi/simple'
}
]},