You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,15 @@ build:
308
308
cache: true
309
309
```
310
310
311
+
## Recommended permissions
312
+
313
+
When using the `setup-dotnet` action in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:
314
+
315
+
```yaml
316
+
permissions:
317
+
contents: read # access to check out code and install dependencies
318
+
```
319
+
311
320
## License
312
321
313
322
The scripts and documentation in this project are released under the [MIT License](LICENSE)
0 commit comments