1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

fix(build): Reduced checks permission in build to read #3821 (#3916)

Reduced permission to read
This commit is contained in:
Ishmael Rufus 2024-10-24 13:35:49 -05:00 committed by GitHub
parent 7035606b4b
commit 7b5fc9a244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}