Skip to content

Commit c469ddd

Browse files
authored
ci: limit permissions for the update labels workflow (@fehmer) (monkeytypegame#6200)
1 parent fc65642 commit c469ddd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-labels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Check labels to update
22

3+
permissions:
4+
actions: read
5+
pull-requests: read
6+
37
on:
48
pull_request_target:
59
types:

0 commit comments

Comments
 (0)