From 61ef11135a59a8150c48c72fbab9f3c7829fd896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <12574910+72wo@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:47:16 +0800 Subject: [PATCH] 1 --- .cnb.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .cnb.yml diff --git a/.cnb.yml b/.cnb.yml new file mode 100644 index 000000000..ad2bfdca1 --- /dev/null +++ b/.cnb.yml @@ -0,0 +1,11 @@ +main: + push: + - stages: + - name: sync to github + image: tencentcom/git-sync + imports: https://cnb.cool/blzing/key/githubkey + settings: + target_url: https://github.com/72wo/blazing.git + auth_type: https + username: ${GIT_USERNAME} + password: ${GIT_ACCESS_TOKEN} \ No newline at end of file