From 5e84f3ef5adf4001e0546f94af3b045b582e1ab7 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 20 Apr 2024 16:15:21 +0800 Subject: [PATCH] refactor: update workflow --- .github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index b0addce..5e3ea06 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -11,7 +11,7 @@ on: # 设置 GITHUB_TOKEN 的权限,以允许部署到 GitHub Pages。 permissions: - contents: read + contents: write pages: write id-token: write