Skip to content

Commit 6a87cb9

Browse files
committed
Use pull_request_target for pr-closed.yml
1 parent cbff278 commit 6a87cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Remove preview PR
22
on:
3-
pull_request:
3+
pull_request_target:
44
types: [ closed ]
55

66
jobs:

0 commit comments

Comments
 (0)