Skip to content

Commit 117a545

Browse files
committed
.github/workflows/spell.yml: set token permissions
Fix issue 4223 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 3fde5ea commit 117a545

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/spell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- 'release/**'
99
pull_request:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
spell:
1316
name: "Spell check"

0 commit comments

Comments
 (0)