Skip to content

Commit d2fd80f

Browse files
committed
ci: set explicit workflow permissions
Add explicit permissions for modifying pull-requests to labeler and multi-arch-test-build. Signed-off-by: George Sapkin <[email protected]>
1 parent 8e0f4b8 commit d2fd80f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
permissions:
66
contents: read
7+
pull-requests: write
78

89
jobs:
910
labeler:

.github/workflows/multi-arch-test-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Test and Build
33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
610
jobs:
711
formalities:
812
name: Test Formalities

0 commit comments

Comments
 (0)