Skip to content

Commit

Permalink
modified test
Browse files Browse the repository at this point in the history
  • Loading branch information
qxdo committed Mar 24, 2024
1 parent 60f1b44 commit 2d4066b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .elog.env
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ UPYUN_HOST=xxx.xx.upaiyun.com
# Github
# 在 Github 流水线中,Github不允许以GITHUB开头的自定义变量
# GITHUB_TOKEN 为内置变量,无需改名也无需配置,流水线中可直接获取
GITHUB_TOKEN=
# GITHUB_TOKEN=
ELOG_GITHUB_TOKEN=
ELOG_GITHUB_USER=
ELOG_GITHUB_REPO=
ELOG_GITHUB_BRANCH=
Expand Down
2 changes: 1 addition & 1 deletion elog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
prefixKey: '',
},
github: {
token: process.env.GITHUB_TOKEN,
token: process.env.ELOG_GITHUB_TOKEN,
user: process.env.ELOG_GITHUB_USER,
repo: process.env.ELOG_GITHUB_REPO,
branch: process.env.ELOG_GITHUB_BRANCH,
Expand Down

0 comments on commit 2d4066b

Please sign in to comment.