Skip to content

Commit 0ddd58c

Browse files
committed
fix(ci): set explicit workflow token permissions
1 parent 327f923 commit 0ddd58c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
env:
1010
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
test:
1417
name: Test

0 commit comments

Comments
 (0)