Skip to content

Commit a871dc1

Browse files
authored
Merge pull request #8637 from sbueringer/pr-fix-verify-action
🌱 verifier: change back to pull_request_target to make it work again
2 parents 760b0d3 + f430f0e commit a871dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: verify
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, edited, synchronize, reopened]
66

77
permissions:

0 commit comments

Comments
 (0)