mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Merge pull request #4699 from turrisxyz/setup-permissions
Set permissions for GitHub actions
This commit is contained in:
commit
7e223a2a10
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
smoke-test:
|
||||
if: github.event.pull_request.draft == false
|
||||
|
Loading…
Reference in New Issue
Block a user