Skip to content

Commit a2967c3

Browse files
authored
fix: 修复 .cnb.yml 中的 GitHub 令牌变量名称 (#1543)
1 parent 8d4fa9b commit a2967c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cnb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
target_url: https://github.com/Tencent/cherry-markdown.git
1212
auth_type: https
1313
username: ${CHERRY_MARKDOWN_USERNAME}
14-
password: ${CHERRY_MARKDOWN_GITHUB_BLOG_TOKEN}
14+
password: ${CHERRY_MARKDOWN_GITHUB_TOKEN}
1515
insecure_skip_verify: true
1616
timeout: 300

0 commit comments

Comments
 (0)