From 87ae188d6afd6d2c9c2d7c77cc9e2a46993c9c1f Mon Sep 17 00:00:00 2001 From: lijia Date: Sat, 4 Jan 2025 15:27:59 +0800 Subject: [PATCH] fix permissions --- .github/workflows/document.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 97b358f0..938616fa 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -17,8 +17,8 @@ permissions: #contents: read #pages: write #id-token: write - read-all - write-all + - read-all + - write-all jobs: # 构建工作