Skip to content

Commit 3f368c1

Browse files
fix(github.yml): 修复GitHub令牌引用错误
1 parent cd0b178 commit 3f368c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github.yml

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

3434
# 添加调试步骤
3535
- name: Test Network Connection

0 commit comments

Comments
 (0)