Skip to content

Commit 3645631

Browse files
jss-tgipcjs
andauthored
docs: 更新teamcity的配置文档 (#2694)
* wip: 更新teamcity的token和配置说明 * wip: 优化文档 --------- Co-authored-by: ipcjs.mac4 <gipcjs@gmail.com>
1 parent 2d28bc0 commit 3645631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/teamcity-download-artifact.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
# 默认使用名为artifacts的token, 权限较小
3+
# 默认使用名为artifacts的token, 权限较小(被设置为: `<Root project>: View build runtime parameters and data`)
44
# @see http://th-ci.transcodegroup.cn:9080/profile.html?item=accessTokens
5-
TOKEN="${TEAMCITY_TOKEN:-eyJ0eXAiOiAiVENWMiJ9.TS1Fb3BjZlR5US02UHdkam90dUNYaUgwaWl3.OWY2MDBiYjktZTQxMC00NTM5LTg4MGYtODkwY2Q5NTUwYTk0}"
5+
TOKEN="${TEAMCITY_TOKEN:-eyJ0eXAiOiAiVENWMiJ9.bnBsa01KRlZPMlQ3WHZpM2hDZnJVN3p3dFAw.NzNjYTA4NTctMWE5Ny00MWRkLTg2ZDktOWI2NDYxMGZiZjll}"
66
HOST="http://th-ci.transcodegroup.cn:9080"
77

88
print_help() {

0 commit comments

Comments
 (0)