Include author in patch creation (#112675)

Include author in security mirror
This commit is contained in:
Kevin Minehart
2025-10-21 09:03:31 +02:00
committed by GitHub
parent 232d211812
commit ef2e62c852
@@ -25,4 +25,5 @@ jobs:
patch_ref: "${{ github.base_ref }}" # this is the target branch name, Ex: "main"
patch_repo: "grafana/grafana-security-patches"
patch_prefix: "${{ github.event.pull_request.number }}"
sender: "${{ github.event.pull_request.user.login }}"
secrets: inherit # zizmor: ignore[secrets-inherit]