From ca1fc20cdaf774adb629829f2d36c10ab2b839b5 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 20 Apr 2024 15:19:57 +0800 Subject: [PATCH] refactor: update workflow --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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