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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}