Skip to content

Commit 27b1a8f

Browse files
authored
Scope down permissions in label_check.yaml action. (#205)
1 parent f425656 commit 27b1a8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/label_check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on: # yamllint disable-line rule:truthy
1010
- labeled
1111
- unlabeled
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
check_stats_labels:
1518
name: Check Stats labels

0 commit comments

Comments
 (0)