Skip to content

Commit be845d7

Browse files
authored
Change pull_request to pull_request_target in workflow
1 parent 4b0ff66 commit be845d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy PR previews
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types:
66
- opened
77
- reopened
@@ -27,3 +27,4 @@ jobs:
2727
source-dir: ./
2828

2929
preview-branch: main
30+

0 commit comments

Comments
 (0)