1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Added instructions to disable all permissions (#25394)

This commit is contained in:
Jenni Christensen
2022-02-15 14:23:52 -08:00
committed by GitHub
parent 19b246022a
commit 7ed55e7b92

View File

@@ -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: {}
```