Fix broad permissions in the tests.yml workflow

This commit is contained in:
Denis Kasak
2026-07-14 15:52:19 +02:00
parent 47ddad6e90
commit dfaa9fda62
+3
View File
@@ -7,6 +7,9 @@ on:
merge_group:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true