Added instructions to disable all permissions (#25394)
This commit is contained in:
committed by
GitHub
parent
19b246022a
commit
7ed55e7b92
@@ -24,3 +24,9 @@ You can use the following syntax to define read or write access for all of the a
|
||||
```yaml
|
||||
permissions: read-all|write-all
|
||||
```
|
||||
|
||||
You can use the following syntax to disable permissions for all of the available scopes:
|
||||
|
||||
```yaml
|
||||
permissions: {}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user