Skip to content

Commit fbcb357

Browse files
committed
fix(ci): restore pull_request_target for mirror-changelog (fork Renovate PRs need a write token)
1 parent f7632d3 commit fbcb357

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mirror-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
name: Mirror Toolbox Changelog
1616

1717
on:
18-
pull_request:
18+
# Fork Renovate PRs need a write token; safe (no PR-code checkout, API-only).
19+
pull_request_target: # zizmor: ignore[dangerous-triggers]
1920
types: [opened, edited]
2021

2122
jobs:

0 commit comments

Comments
 (0)