Add permission section (#15)
This commit is contained in:
parent
bf86532f72
commit
4688dd73c5
@ -74,7 +74,15 @@ basic-validation-call:
|
||||
with:
|
||||
enable-audit: false
|
||||
```
|
||||
## Recommended permissions
|
||||
|
||||
When using the `reusable-workflows` in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:
|
||||
|
||||
```yaml
|
||||
permissions:
|
||||
contents: read # access to read repository's content
|
||||
actions: read # access to reading actions
|
||||
```
|
||||
## License
|
||||
|
||||
The scripts and documentation in this project are released under the [MIT License](LICENSE.txt)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user