mirror of
				https://github.com/yeslayla/butler-publish-itchio-action.git
				synced 2025-11-04 08:33:07 +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
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
mkdir -p ~/.config/itch
 | 
			
		||||
echo $BUTLER_CREDENTIALS > ~/.config/itch/butler_creds
 | 
			
		||||
export BUTLER_API_KEY=$BUTLER_CREDENTIALS
 | 
			
		||||
 | 
			
		||||
versionArgument=""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user