From 94f4aadb0228dfd274d39e9cba649e5b7e597e1c Mon Sep 17 00:00:00 2001 From: adminlove520 <791751568@qq.com> Date: Fri, 20 Mar 2026 12:09:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20actions=20=E6=9D=83?= =?UTF-8?q?=E9=99=90=E7=94=A8=E4=BA=8E=E4=B8=8B=E8=BD=BD=20artifact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 25d2691..0ca3843 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -27,6 +27,7 @@ permissions: contents: read pull-requests: write issues: write + actions: read jobs: # ==================== 安全检查(检测敏感文件修改)====================