Hi. I'm trying to set up a simple Continious Integration server on free PythonAnywhere account.
I'm doing that by recieving a callback from Unity Cloud Build, and using a linux binary executable (butler) provided by itch.io to push the zip file to itch.io.
Unfortunately I can't do that because itch.io is not whitelisted, therefore I can't authorize butler to push.
Is it possible to add itch.io to whitelist?