* feat: load every environment from --env-file to workflow * fix: pass dotenv's environments through by context * updates to support --secret-file Co-authored-by: Casey Lee <cplee@nektos.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
MY_SECRET=top-secret
 | 
						|
MULTILINE_SECRET="foo\nbar\nbaz"
 | 
						|
JSON_SECRET={"foo": "bar"}
 |