ci: add explicit permissions to workflows

This commit is contained in:
Claude
2026-03-28 09:32:48 +00:00
parent 2b920fc47a
commit 8cbd11816e
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@ on:
push:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true