From 3865534285a19c5da032f919c37f9b7e35e9a6a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:22:02 +0000 Subject: [PATCH] =?UTF-8?q?[GL-BRIDGE]=20=E6=B7=BB=E5=8A=A0workflow?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=A3=B0=E6=98=8E=20=C2=B7=20CodeQL=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= 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/test-notion-bridge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-notion-bridge.yml b/.github/workflows/test-notion-bridge.yml index 2cd170e8..552a95e0 100644 --- a/.github/workflows/test-notion-bridge.yml +++ b/.github/workflows/test-notion-bridge.yml @@ -14,6 +14,8 @@ jobs: test-notion-bridge: name: 🔗 Notion 数据桥连通性验证 runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout