File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ UPYUN_BUCKET=
65
65
UPYUN_HOST = xxx.xx.upaiyun.com
66
66
67
67
# Github
68
- GITHUB_USER =
68
+ # 在 Github 流水线中,Github不允许以GITHUB开头的自定义变量
69
+ # GITHUB_TOKEN 为内置变量,无需改名也无需配置,流水线中可直接获取
69
70
GITHUB_TOKEN =
70
- GITHUB_REPO =
71
+ ELOG_GITHUB_USER =
72
+ ELOG_GITHUB_REPO =
71
73
Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ UPYUN_BUCKET=
61
61
UPYUN_HOST =
62
62
63
63
# Github
64
- GITHUB_USER =
64
+ # 在 Github 流水线中,Github不允许以GITHUB开头的自定义变量
65
+ # GITHUB_TOKEN 为内置变量,无需改名也无需配置,流水线中可直接获取
65
66
GITHUB_TOKEN =
66
- GITHUB_REPO =
67
+ ELOG_GITHUB_USER =
68
+ ELOG_GITHUB_REPO =
67
69
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ module.exports = {
100
100
prefixKey : '' ,
101
101
} ,
102
102
github : {
103
- user : process . env . GITHUB_USER ,
104
103
token : process . env . GITHUB_TOKEN ,
105
- repo : process . env . GITHUB_REPO ,
104
+ user : process . env . ELOG_GITHUB_USER ,
105
+ repo : process . env . ELOG_GITHUB_REPO ,
106
106
prefixKey : '' ,
107
107
}
108
108
}
You can’t perform that action at this time.
0 commit comments