Skip to content

Commit ff9c8e8

Browse files
fix: 修改Docker构建流程中的GitHub令牌引用
1 parent c69e264 commit ff9c8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }} # GitHub 用户名
28-
password: ${{ secrets.GITHUB_TOKEN }} # GitHub 自动生成的令牌
28+
password: ${{ secrets.TOKEN }} # GitHub 自动生成的令牌
2929

3030
# 添加调试步骤
3131
- name: Test Network Connection

0 commit comments

Comments
 (0)