Skip to content

Commit c0afd5c

Browse files
authored
chore: revert "ci: fix spelling action failure (#926)" (#927)
Won't help, see #926 (comment).
1 parent a8eced8 commit c0afd5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/spelling.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Check Spelling
33
on:
4-
pull_request_target:
4+
pull_request:
55
branches: ['**']
66
types: [opened, reopened, synchronize]
77
issue_comment:
@@ -11,7 +11,6 @@ jobs:
1111
name: Check Spelling
1212
permissions:
1313
contents: read
14-
pull-requests: read
1514
actions: read
1615
security-events: write
1716
outputs:

0 commit comments

Comments
 (0)