chore: add permission

This commit is contained in:
Kevin Franklin Kim 2025-08-01 09:07:43 +02:00
parent 33792c52bd
commit b752fd4acf
No known key found for this signature in database

View File

@ -7,6 +7,10 @@ on:
merge_group:
workflow_dispatch:
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true