mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix(ci): add permissions to write comments
This commit is contained in:
		
							parent
							
								
									a039e15418
								
							
						
					
					
						commit
						4bf8e28595
					
				
							
								
								
									
										3
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/dev.yml
									
									
									
									
										vendored
									
									
								
							@ -15,6 +15,9 @@ env:
 | 
				
			|||||||
  IMAGE_NAME: ${{ github.repository_owner }}/notes
 | 
					  IMAGE_NAME: ${{ github.repository_owner }}/notes
 | 
				
			||||||
  TEST_TAG: ${{ github.repository_owner }}/notes:test
 | 
					  TEST_TAG: ${{ github.repository_owner }}/notes:test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					permissions:
 | 
				
			||||||
 | 
					  pull-requests: write  # for PR comments
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  report-electron-size:
 | 
					  report-electron-size:
 | 
				
			||||||
    name: Report Electron size
 | 
					    name: Report Electron size
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user