1 parent fbdb85f commit fde1ee3Copy full SHA for fde1ee3
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,7 @@ permissions:
14
contents: write # 需要写入权限来部署到 GitHub Pages
15
pages: write # 专门的 Pages 部署权限
16
id-token: write # OIDC 认证所需的权限
17
+ administration: write
18
19
jobs:
20
check:
@@ -73,6 +74,7 @@ jobs:
73
74
uses: actions/configure-pages@v4
75
with:
76
enablement: true
77
+ token: ${{ secrets.GITHUB_TOKEN }}
78
79
- name: Upload artifact
80
uses: actions/upload-pages-artifact@v3
0 commit comments