Update README.md (#587)

remove-fallback-cdn-logic-v4
Ben Wells 1 year ago committed by Zachary Taylor
parent f52b8579bd
commit aaf97af6f6

@ -308,6 +308,15 @@ build:
cache: true 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 ## License
The scripts and documentation in this project are released under the [MIT License](LICENSE) The scripts and documentation in this project are released under the [MIT License](LICENSE)

Loading…
Cancel
Save