diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index b761e98..34ee021 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -11,7 +11,7 @@ on: # 设置 GITHUB_TOKEN 的权限,以允许部署到 GitHub Pages。 permissions: - contents: read + contents: write pages: write id-token: write