Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 3042140

Browse files
committed
ci: scope down permissions for build.yml
1 parent 7f96c88 commit 3042140

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- main
99
env:
1010
NODE_OPTIONS: "--max-old-space-size=28000"
11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
test:
1316
name: Test

0 commit comments

Comments
 (0)