We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a8611 commit 1344c65Copy full SHA for 1344c65
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
# # 仓库范围的访问令牌,可以将个人令牌的值存储在GitHub Secrets中
45
# # 默认情况是不需要填的,如果您需要更多权限,例如部署到另一个存储库才需要填写
46
# # ACCESS_TOKEN 对应GitHub Secrets中设置的字段,不要照搬
47
- # TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ token: ${{ secrets.ACCESS_TOKEN }}
48
# # 部署到GitHub的不同仓库 <用户名>/<仓库名>
49
# # 此选项必须配置了TOKEN才能正常执行
50
# REPOSITORY-NAME: leoleor/leo2
0 commit comments