We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92eb53 commit ff57d1fCopy full SHA for ff57d1f
1 file changed
.cnb.yml
@@ -1,4 +1,18 @@
1
-# .cnb.yml
+# # .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: https://github.com/Tencent-RTC/TUIKit_iOS.git
11
+# auth_type: https
12
+# username: ${GITHUB_USER_NAME}
13
+# password: ${GITHUB_ACCESS_TOKEN}
14
+# sync_mode: rebase
15
+
16
main:
17
push:
18
- stages:
0 commit comments