From 9e334989b859d01ca45af84323d75c4b8a488280 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 06:59:51 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20workflow=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=A3=B0=E6=98=8E=20(contents,=20actions,=20?= =?UTF-8?q?issues)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/workflows/agent-checkin.yml | 4 ++++ .github/workflows/zhuyuan-daily-inspection.yml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/agent-checkin.yml b/.github/workflows/agent-checkin.yml index 4e0c0785..0237cbe9 100644 --- a/.github/workflows/agent-checkin.yml +++ b/.github/workflows/agent-checkin.yml @@ -4,6 +4,10 @@ on: - cron: '0 2 * * *' # UTC 02:00 = 北京 10:00 workflow_dispatch: +permissions: + contents: write + actions: read + jobs: checkin: runs-on: ubuntu-latest diff --git a/.github/workflows/zhuyuan-daily-inspection.yml b/.github/workflows/zhuyuan-daily-inspection.yml index 404db1e2..4bc0615f 100644 --- a/.github/workflows/zhuyuan-daily-inspection.yml +++ b/.github/workflows/zhuyuan-daily-inspection.yml @@ -4,6 +4,11 @@ on: - cron: '0 4 * * *' # UTC 04:00 = 北京 12:00 workflow_dispatch: +permissions: + contents: write + actions: read + issues: write + jobs: inspection: runs-on: ubuntu-latest