Skip to content

Commit d1e7e83

Browse files
abyyxwangcnb
authored andcommitted
init .cnb.yml
1 parent 9306c78 commit d1e7e83

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+
main:
3+
push:
4+
- stages:
5+
- name: sync to github with rebase
6+
image: tencentcom/git-sync
7+
imports:
8+
- https://cnb.cool/tencent/cloud/trtc/github-access-tokens/-/blob/main/env.access_token.yml
9+
settings:
10+
target_url: git@github.com:Tencent-RTC/TUIKit_iOS.git
11+
auth_type: ssh
12+
username: ${GITHUB_USER_NAME}
13+
password: ${GITHUB_ACCESS_TOKEN}
14+
sync_mode: rebase

0 commit comments

Comments
 (0)