Skip to content

Commit e8aa79a

Browse files
authored
chore: Use pull_request_target for changelog preview (#1196)
1 parent ed9ce01 commit e8aa79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# taken from https://getsentry.github.io/craft/github-actions/#changelog-preview-reusable-workflow
22
name: Changelog Preview
33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize, reopened, edited, labeled]
66

77
permissions:

0 commit comments

Comments
 (0)