1 Commits

Author SHA1 Message Date
HarithaVattikuti 7e1dc83f30 Add permission section 2025-01-16 08:36:04 -06:00
+8
View File
@@ -74,7 +74,15 @@ basic-validation-call:
with: with:
enable-audit: false 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 ## License
The scripts and documentation in this project are released under the [MIT License](LICENSE.txt) The scripts and documentation in this project are released under the [MIT License](LICENSE.txt)