Skip to content

Commit 93b5bf2

Browse files
committed
Fix secrets in PR automation being available to PR from forks
1 parent a579b00 commit 93b5bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prauto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR Automation
22
on:
3-
pull_request:
3+
pull_request_target:
44
types: [ready_for_review, opened, reopened]
55
jobs:
66
pr-auto:

0 commit comments

Comments
 (0)