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