From 231f320ebb5eb95cff5e1b7ac17c81b81787fa77 Mon Sep 17 00:00:00 2001 From: LadyBluenotes Date: Wed, 3 Sep 2025 12:27:15 -0700 Subject: [PATCH 1/2] orama permissions update --- .github/workflows/orama_sync.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/orama_sync.yml b/.github/workflows/orama_sync.yml index 1da8d02f4..89af8c720 100644 --- a/.github/workflows/orama_sync.yml +++ b/.github/workflows/orama_sync.yml @@ -8,6 +8,11 @@ on: paths: - "**.mdx" +permissions: + contents: read + pull-requests: read + actions: read + jobs: build: runs-on: ubuntu-latest From 07078f76d1394db5145bef42e8a30144100643dd Mon Sep 17 00:00:00 2001 From: LadyBluenotes Date: Wed, 3 Sep 2025 12:30:24 -0700 Subject: [PATCH 2/2] update static check and orama workflow --- .github/workflows/orama_sync.yml | 1 - .github/workflows/static_checks.yml | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/orama_sync.yml b/.github/workflows/orama_sync.yml index 89af8c720..30d83ee15 100644 --- a/.github/workflows/orama_sync.yml +++ b/.github/workflows/orama_sync.yml @@ -11,7 +11,6 @@ on: permissions: contents: read pull-requests: read - actions: read jobs: build: diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index ed34e8af5..c71be8563 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -4,11 +4,15 @@ on: push: branches: - main - pull_request: branches: - main +permissions: + contents: read + actions: read + security-events: read + jobs: typecheck: runs-on: ubuntu-latest