mirror of
				https://github.com/chartdb/chartdb.git
				synced 2025-10-31 03:53:55 +00:00 
			
		
		
		
	fix: permissions
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -7,7 +7,10 @@ on: | ||||
| jobs: | ||||
|   build-and-publish: | ||||
|     runs-on: ubuntu-latest | ||||
|     permissions: write-all | ||||
|     permissions: | ||||
|       contents: read | ||||
|       packages: write | ||||
|       id-token: write | ||||
|  | ||||
|     steps: | ||||
|       - name: Checkout repository | ||||
|   | ||||
		Reference in New Issue
	
	Block a user