ci: set explicit workflow permissions
authorGeorge Sapkin <[email protected]>
Thu, 4 Dec 2025 02:31:51 +0000 (04:31 +0200)
committerGeorge Sapkin <[email protected]>
Thu, 4 Dec 2025 04:00:35 +0000 (06:00 +0200)
Add explicit permissions for modifying pull requests to labeler and
multi-arch-test-build.

Signed-off-by: George Sapkin <[email protected]>
.github/workflows/labeler.yml
.github/workflows/multi-arch-test-build.yml

index 29396df9be16c237a0242ff769451c92ca6208fd..dc6a480fd3e1452a9e299abad2534ae34daa971a 100644 (file)
@@ -4,6 +4,7 @@ on:
 
 permissions:
   contents: read
+  pull-requests: write
 
 jobs:
   labeler:
index 02bdd0b720f3bd8e40e750b3c318d256f571b644..5097a31f7b907490018319359fcea1453fd8f79c 100644 (file)
@@ -3,6 +3,10 @@ name: Test and Build
 on:
   pull_request:
 
+permissions:
+  contents: read
+  pull-requests: write
+
 jobs:
   formalities:
     name: Test Formalities