From 3021d864bd080a1370f3b38b839e0a5c6efc8c95 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sun, 14 Sep 2025 22:11:13 +0800 Subject: [PATCH] Q --- .cnb.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index 52600c5..c0f4780 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -10,12 +10,15 @@ main: - name: sync to gitea image: tencentcom/git-sync settings: - target_url: git@git.xiongxiao.me:kevisual/cnb.git - auth_type: ssh - ssh_key: ${GITEA_SSH_KEY} + target_url: https://git.xiongxiao.me/kevisual/cnb.git + auth_type: https username: ${GITEA_USERNAME} password: ${GITEA_PASSWORD} + git_user: "abearxiong" + git_email: "xiongxiao@xiongxiao.me" + sync_mode: rebase git_host: git.xiongxiao.me + branch: main