Skip to content

Commit d3cb411

Browse files
Harden default permissions of GH actions ( - Fixes #39 - )
1 parent 4dca608 commit d3cb411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches: [ master, stable ]
66

77
# Declare default permissions as none.
8-
permissions: none
8+
permissions:
9+
contents: read
910

1011
jobs:
1112
triage:

0 commit comments

Comments
 (0)