chore: add permissions

This commit is contained in:
Kevin Franklin Kim 2025-07-21 10:58:49 +02:00
parent fe98357ece
commit 35d4393f4e
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