mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 19:33:45 +00:00 
			
		
		
		
	Update README.md (#587)
This commit is contained in:
		
							parent
							
								
									87b7050bc5
								
							
						
					
					
						commit
						f9d0f6282c
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user