From c727eddc545eaff02bdcc36d6d10f3961c967862 Mon Sep 17 00:00:00 2001 From: DLmaster Date: Fri, 11 Apr 2025 20:56:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=B7=BB=E5=8A=A0=E5=86=99=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-app.yml | 3 ++- .github/workflows/build-pre.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 10d8671..a5ad763 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -28,7 +28,8 @@ on: - 'LICENSE' permissions: - contents: read + contents: write + actions: write jobs: pre_check: diff --git a/.github/workflows/build-pre.yml b/.github/workflows/build-pre.yml index 6051cdf..6f6760a 100644 --- a/.github/workflows/build-pre.yml +++ b/.github/workflows/build-pre.yml @@ -28,7 +28,8 @@ on: - 'LICENSE' permissions: - contents: read + contents: write + actions: write jobs: pre_check: