Hi Amos, I'm currently implementing auto-deployment for a game. For this I wrote a deployment script which does the following:
- Build the game
- Zip it as 'game.zip'
- Download butler executable
- Read itch API token from Environment and save it into temporary
butler_creds
file (set in Travis CI or locally) - Login into butler via
butler login -i "butler_creds"
- Itch IO claims:
itch.io API error: invalid key
What shall I do?