actions: backend testing workflow permissions aangepast
This commit is contained in:
		
							parent
							
								
									0ff0da776f
								
							
						
					
					
						commit
						c016884dda
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/backend-testing.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/backend-testing.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -29,6 +29,12 @@ jobs: | ||||||
|     if: '! github.event.pull_request.draft' |     if: '! github.event.pull_request.draft' | ||||||
|     runs-on: [self-hosted, Linux, X64] |     runs-on: [self-hosted, Linux, X64] | ||||||
| 
 | 
 | ||||||
|  |     permissions: | ||||||
|  |       # Required to checkout the code | ||||||
|  |       contents: read | ||||||
|  |       # Required to put a comment into the pull-request | ||||||
|  |       pull-requests: write | ||||||
|  | 
 | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         node-version: [22.x] |         node-version: [22.x] | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst