Skip to content

Commit b0d4405

Browse files
authored
Merge pull request #4262 from AkihiroSuda/fix-4223
.github/workflows/spell.yml: set token permissions
2 parents 3fde5ea + 117a545 commit b0d4405

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)