Files
bl/.cnb.yml

16 lines
454 B
Go
Raw Normal View History

2026-01-27 22:47:16 +08:00
main:
push:
2026-01-28 00:05:59 +08:00
- runner:
cpus: 1
2026-01-28 00:48:12 +08:00
stages:
2026-01-27 23:04:23 +08:00
# ========== 同步到GitHub ==========
2026-01-27 22:47:16 +08:00
- name: sync to github
image: tencentcom/git-sync
2026-01-28 00:44:02 +08:00
cpus: 1
2026-01-27 23:05:40 +08:00
imports: https://cnb.cool/blzing/key/-/blob/main/githubkey.yml
2026-01-27 22:47:16 +08:00
settings:
target_url: https://github.com/72wo/blazing.git
auth_type: https
username: ${GIT_USERNAME}
2026-01-27 23:04:23 +08:00
password: ${GIT_ACCESS_TOKEN}