mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
Reduced permission to read
This commit is contained in:
parent
7035606b4b
commit
7b5fc9a244
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-fakeredis.yml
vendored
2
.github/workflows/test-fakeredis.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
name: "Run tests: "
|
||||
permissions:
|
||||
pull-requests: write
|
||||
checks: write
|
||||
checks: read
|
||||
# services:
|
||||
# redis:
|
||||
# image: docker.dragonflydb.io/dragonflydb/dragonfly:${{ matrix.DRAGONFLY_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue