Hi! Since last week, butler worked perfectly in my GitLab CI, but it started returning 403.
When pushing to an existing channel, i get this 403, which really sounds like GCS dislikes my CI:
> For channel `html5`: last build is 551790, downloading its signature api.itch.io: HTTP 403: <?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>We're sorry, but this service is not available in your location</Details></Error> in conn.tryConnect, got HTTP non-2XX
Full log here: https://gitlab.inf.unibz.it/commul/oetzit/-/jobs/42769/raw
When pushing to a new channel i get another 403, with no clear message.
Full log here: https://gitlab.inf.unibz.it/commul/oetzit/-/jobs/42783/raw
Locally, everything works just fine.
Has anyone ever experienced this?