We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542fd2b + 5f9966c commit 14795f8Copy full SHA for 14795f8
1 file changed
.cnb.yml
@@ -0,0 +1,14 @@
1
+main:
2
+ push:
3
+ # 导入密钥仓库文件为环境变量
4
+ - imports:
5
+ - https://cnb.cool/tencent/tdesign/tdesign-private/-/blob/main/cnb-envs.yml
6
+ stages:
7
+ - name: sync to github with rebase
8
+ image: tencentcom/git-sync
9
+ settings:
10
+ target_url: https://github.com/Tencent/tdesign-miniprogram-starter-retail.git
11
+ auth_type: https
12
+ username: ${GIT_USERNAME}
13
+ password: ${GIT_ACCESS_TOKEN}
14
+ sync_mode: rebase
0 commit comments