diff --git a/README.md b/README.md index a3449f5..a8f887e 100644 --- a/README.md +++ b/README.md @@ -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)