mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add gh creds to coverage action
This commit is contained in:
		
							parent
							
								
									f954de0ecf
								
							
						
					
					
						commit
						4eaec6e1d3
					
				
							
								
								
									
										4
									
								
								.github/workflows/build_coverage.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build_coverage.yaml
									
									
									
									
										vendored
									
									
								
							@ -44,6 +44,10 @@ jobs:
 | 
			
		||||
        TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
 | 
			
		||||
        DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
 | 
			
		||||
    - run: scripts/commit-coverage.sh
 | 
			
		||||
      env:
 | 
			
		||||
          GH_NAME: 'ivarconr'
 | 
			
		||||
          GH_EMAIL: 'ivarconr@gmail.com'
 | 
			
		||||
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
 | 
			
		||||
    - name: Coveralls
 | 
			
		||||
      uses: coverallsapp/github-action@master
 | 
			
		||||
      with:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user