This commit is contained in:
昔念
2026-01-27 22:47:16 +08:00
parent 482c591348
commit 61ef11135a

11
.cnb.yml Normal file
View File

@@ -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}