diff --git a/.github/workflows/orama_sync.yml b/.github/workflows/orama_sync.yml index 1da8d02f4..30d83ee15 100644 --- a/.github/workflows/orama_sync.yml +++ b/.github/workflows/orama_sync.yml @@ -8,6 +8,10 @@ on: paths: - "**.mdx" +permissions: + contents: read + pull-requests: read + jobs: build: runs-on: ubuntu-latest 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