From 1479da4e1cfe05cd5e09c086442ad7882653ff5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 06:39:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20notion-heartbeat.ym?= =?UTF-8?q?l=20=E6=98=BE=E5=BC=8F=E6=9D=83=E9=99=90=E5=A3=B0=E6=98=8E?= =?UTF-8?q?=EF=BC=88CodeQL=E5=AE=89=E5=85=A8=E4=BF=AE=E5=A4=8D=EF=BC=89?= 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/notion-heartbeat.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/notion-heartbeat.yml b/.github/workflows/notion-heartbeat.yml index d7b5969a..76653dc0 100644 --- a/.github/workflows/notion-heartbeat.yml +++ b/.github/workflows/notion-heartbeat.yml @@ -20,6 +20,9 @@ jobs: heartbeat: name: 💓 工单心跳检测 runs-on: ubuntu-latest + permissions: + contents: read + actions: write steps: - name: Checkout