mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	fix: Pass secrets.CODECOV_TOKEN explicitly (#2079)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -59,6 +59,8 @@ jobs:
 | 
			
		||||
      targets: all
 | 
			
		||||
      sanitizer: "false"
 | 
			
		||||
      analyze_build_time: false
 | 
			
		||||
    secrets:
 | 
			
		||||
      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  check_config:
 | 
			
		||||
    name: Check Config Description
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/build_impl.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build_impl.yml
									
									
									
									
										vendored
									
									
								
							@@ -58,6 +58,10 @@ on:
 | 
			
		||||
        required: true
 | 
			
		||||
        type: boolean
 | 
			
		||||
 | 
			
		||||
    secrets:
 | 
			
		||||
      CODECOV_TOKEN:
 | 
			
		||||
        required: false
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    name: Build ${{ inputs.container != '' && 'in container' || 'natively' }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user