mirror of
https://github.com/certd/certd.git
synced 2026-04-03 06:00:52 +08:00
chore: cnb_sync
This commit is contained in:
2
.github/workflows/sync-to-cnb-dev.yml
vendored
2
.github/workflows/sync-to-cnb-dev.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Set git token # 3. 给git命令设置token,用于push到目标仓库
|
||||
uses: de-vri-es/setup-git-credentials@v2
|
||||
with: # token 格式为: username:password
|
||||
credentials: https://cnb:${{secrets.TOKEN_CNB}}@cnb.cool
|
||||
credentials: https://cnb:${{secrets.CNB_TOKEN}}@cnb.cool
|
||||
|
||||
- name: push to cnb # 4. 执行同步
|
||||
run: |
|
||||
|
||||
2
.github/workflows/sync-to-cnb.yml
vendored
2
.github/workflows/sync-to-cnb.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Set git token # 3. 给git命令设置token,用于push到目标仓库
|
||||
uses: de-vri-es/setup-git-credentials@v2
|
||||
with: # token 格式为: username:password
|
||||
credentials: https://cnb:${{secrets.TOKEN_CNB}}@cnb.cool
|
||||
credentials: https://cnb:${{secrets.CNB_TOKEN}}@cnb.cool
|
||||
|
||||
- name: push to cnb # 4. 执行同步
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user