mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 22:56:49 +08:00
ci: limit permissions for the update labels workflow (@fehmer) (#6200)
This commit is contained in:
parent
fc6564289c
commit
c469ddddff
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update-labels.yml
vendored
4
.github/workflows/update-labels.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Check labels to update
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
pull-requests: read
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
|
|
Loading…
Add table
Reference in a new issue