Add permission section (#15)

This commit is contained in:
HarithaVattikuti
2025-01-16 08:46:27 -06:00
committed by GitHub
parent bf86532f72
commit 4688dd73c5
+8
View File
@@ -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)