We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9306c78 commit d1e7e83Copy full SHA for d1e7e83
1 file changed
.cnb.yml
@@ -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