Update README.md (#587)

pull/590/head
Ben Wells 8 months ago committed by GitHub
parent 87b7050bc5
commit f9d0f6282c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -308,6 +308,15 @@ build:
cache: true
```
## Recommended permissions
When using the `setup-dotnet` action in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:
```yaml
permissions:
contents: read # access to check out code and install dependencies
```
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)

Loading…
Cancel
Save