We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a77017 commit ff89c8cCopy full SHA for ff89c8c
1 file changed
.github/workflows/sync-gitcode.yml
@@ -27,7 +27,7 @@ jobs:
27
REMOTE: 'https://gitee.com/KingPrime/DataSource.git'
28
GIT_USERNAME: KingPrime
29
GIT_PASSWORD: ${{ secrets.GIT_EE_COM }}
30
- to_cnd_cool:
+ to_cnb:
31
runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v3
@@ -37,4 +37,4 @@ jobs:
37
with:
38
REMOTE: 'https://cnb.cool/kingpriems/DataSource.git'
39
GIT_USERNAME: cnb
40
- GIT_PASSWORD: ${{ secrets.CND_COOL }}
+ GIT_PASSWORD: ${{ secrets.CNB_COOL }}
0 commit comments