Skip to content

Commit 428b84d

Browse files
Update workflows (#1250)
1 parent 06f2697 commit 428b84d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/orama_sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
paths:
99
- "**.mdx"
1010

11+
permissions:
12+
contents: read
13+
pull-requests: read
14+
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest

.github/workflows/static_checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ on:
44
push:
55
branches:
66
- main
7-
87
pull_request:
98
branches:
109
- main
1110

11+
permissions:
12+
contents: read
13+
actions: read
14+
security-events: read
15+
1216
jobs:
1317
typecheck:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)