add github actions permission

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-29 16:08:48 +02:00
parent d8d85ac333
commit dcc679fe27

View File

@@ -7,6 +7,10 @@ on:
schedule:
- cron: "0 5 * * 3"
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true