Skip to content

Commit a8eced8

Browse files
authored
ci: fix spelling action failure (#926)
See #922, `pull_request_target` apparently requires pushing to `main`.
1 parent 5d49f4a commit a8eced8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/spelling.yaml

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

0 commit comments

Comments
 (0)