We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d28bc0 commit 3645631Copy full SHA for 3645631
.github/workflows/teamcity-download-artifact.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
3
-# 默认使用名为artifacts的token, 权限较小
+# 默认使用名为artifacts的token, 权限较小(被设置为: `<Root project>: View build runtime parameters and data`)
4
# @see http://th-ci.transcodegroup.cn:9080/profile.html?item=accessTokens
5
-TOKEN="${TEAMCITY_TOKEN:-eyJ0eXAiOiAiVENWMiJ9.TS1Fb3BjZlR5US02UHdkam90dUNYaUgwaWl3.OWY2MDBiYjktZTQxMC00NTM5LTg4MGYtODkwY2Q5NTUwYTk0}"
+TOKEN="${TEAMCITY_TOKEN:-eyJ0eXAiOiAiVENWMiJ9.bnBsa01KRlZPMlQ3WHZpM2hDZnJVN3p3dFAw.NzNjYTA4NTctMWE5Ny00MWRkLTg2ZDktOWI2NDYxMGZiZjll}"
6
HOST="http://th-ci.transcodegroup.cn:9080"
7
8
print_help() {
0 commit comments