Skip to content

Commit 72ce400

Browse files
committed
use pull_request_target for dependabot prs
1 parent cf6a446 commit 72ce400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Dependabot PR
33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened]
66
branches:
77
- main

0 commit comments

Comments
 (0)