Skip to content

Commit e5aedf4

Browse files
author
cnb.bohOfoB5hMA
committed
commit .cnb.yml
1 parent cef31dd commit e5aedf4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.cnb.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .cnb.yml
2+
3+
main:
4+
"crontab: 0 1 * * *":
5+
- name: sync from github
6+
stages:
7+
- name: sync from github
8+
image: tencentcom/git-sync
9+
settings:
10+
target_url: https://github.com/Tencent-RTC/TUIKit_Flutter.git
11+
auth_type: https
12+
username: ${GIT_USERNAME}
13+
password: ${GIT_ACCESS_TOKEN}
14+
sync_mode: pull

0 commit comments

Comments
 (0)