ci: add explicit permissions for workflow jobs

This commit is contained in:
ProtoTess
2025-12-01 03:21:29 +00:00
parent e61f00ba9b
commit 78a7ca319b
+5
View File
@@ -6,6 +6,11 @@ on:
pull_request:
branches: [ master ]
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true