Skip to content

Commit 67c7164

Browse files
author
EconChart Dev
committed
fix: use oauth2 as git username for modelscope auth
1 parent 1d11c87 commit 67c7164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-modelscope.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
env:
1717
MS_TOKEN: ${{ secrets.MODELSCOPE_TOKEN }}
1818
run: |
19-
git remote add modelscope https://JackyCufe:${MS_TOKEN}@www.modelscope.cn/studios/JackyCufe/EconChart.git
19+
git remote add modelscope https://oauth2:${MS_TOKEN}@www.modelscope.cn/studios/JackyCufe/EconChart.git
2020
git push modelscope main:master --force

0 commit comments

Comments
 (0)