mirror of
				https://github.com/yeslayla/butler-publish-itchio-action.git
				synced 2025-11-04 16:43:06 +01:00 
			
		
		
		
	Merge pull request #3 from skarnl/feature/move-butler-credentials
Store Butler credentials in env-var
This commit is contained in:
		@ -1,8 +1,7 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir -p ~/.config/itch
 | 
					export BUTLER_API_KEY=$BUTLER_CREDENTIALS
 | 
				
			||||||
echo $BUTLER_CREDENTIALS > ~/.config/itch/butler_creds
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
versionArgument=""
 | 
					versionArgument=""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user