ci: add permissions to pr-patch-check-event (#104635)

This commit is contained in:
Sven Grossmann
2025-04-28 16:17:23 +02:00
committed by GitHub
parent 1c70d8cc18
commit d3038c6e9a
@@ -17,6 +17,9 @@ on:
# target branch onto the source branch, to verify compatibility before merging.
jobs:
dispatch-job:
permissions:
contents: read
actions: write
env:
HEAD_REF: ${{ github.head_ref }}
BASE_REF: ${{ github.base_ref }}