Skip to content

Commit 1344c65

Browse files
authored
Update deploy.yml
1 parent a2a8611 commit 1344c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# # 仓库范围的访问令牌,可以将个人令牌的值存储在GitHub Secrets中
4545
# # 默认情况是不需要填的,如果您需要更多权限,例如部署到另一个存储库才需要填写
4646
# # ACCESS_TOKEN 对应GitHub Secrets中设置的字段,不要照搬
47-
# TOKEN: ${{ secrets.ACCESS_TOKEN }}
47+
token: ${{ secrets.ACCESS_TOKEN }}
4848
# # 部署到GitHub的不同仓库 <用户名>/<仓库名>
4949
# # 此选项必须配置了TOKEN才能正常执行
5050
# REPOSITORY-NAME: leoleor/leo2

0 commit comments

Comments
 (0)