Skip to content

Commit 92c932f

Browse files
committed
Adjust PR title lint to use pull_request_target to get appropriate token
1 parent 516d35e commit 92c932f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-title-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Title Lint
22

33
on:
4-
pull_request:
4+
pull_request_target: # This workflow has permissions on the repo, do NOT run code from PRs in this workflow. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ # zizmor: ignore[dangerous-triggers] we know what we are doing here
55
types: [opened, edited, reopened, synchronize]
66

77
permissions:

0 commit comments

Comments
 (0)