From efc02a2a4410b40c7d1dbc616b9241ae7e80f318 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sun, 14 Sep 2025 22:04:45 +0800 Subject: [PATCH] t --- .cnb.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index 57be8bf..52600c5 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -10,8 +10,9 @@ main: - name: sync to gitea image: tencentcom/git-sync settings: - target_url: https://git.xiongxiao.me/kevisual/cnb.git - auth_type: https + target_url: git@git.xiongxiao.me:kevisual/cnb.git + auth_type: ssh + ssh_key: ${GITEA_SSH_KEY} username: ${GITEA_USERNAME} password: ${GITEA_PASSWORD} git_host: git.xiongxiao.me