We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 736cd9a + 428b84d commit db0956bCopy full SHA for db0956b
.github/workflows/orama_sync.yml
@@ -8,6 +8,10 @@ on:
8
paths:
9
- "**.mdx"
10
11
+permissions:
12
+ contents: read
13
+ pull-requests: read
14
+
15
jobs:
16
build:
17
runs-on: ubuntu-latest
.github/workflows/static_checks.yml
@@ -4,11 +4,15 @@ on:
4
push:
5
branches:
6
- main
7
-
pull_request:
+ actions: read
+ security-events: read
typecheck:
18
0 commit comments