Skip to content

Commit bf8f7cd

Browse files
Harden default permissions of GH Labler action ( - Fixes #39 - )
1 parent d3cb411 commit bf8f7cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Labeler.yml

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

77
# Declare default permissions as none.
8-
permissions:
9-
contents: read
8+
permissions: {}
109

1110
jobs:
1211
triage:

0 commit comments

Comments
 (0)