mfbrantner
mfbrantner
After some more trial and error, I think I might have found a better solution than trying to queue the workflow runs. While trying some strategies to tackle this issue,...
The docs recommend avoiding special characters in the UNITY_PASSWORD secret. https://game.ci/docs/github/builder#basic-setup > NOTE: Issues have been observed when using a UNITY_PASSWORD with special characters. It is recommended to use a...
We seem to be getting a different error now: ``` Cached credentials not found. password: Proceeding with login using username/password. Logging in user '***' [U:1:0] to Steam Public...FAILED (Invalid Password)...
I think it might be time to refresh this secret again: https://github.com/GameLabGraz/Maroon/actions/runs/19103424178/job/54585464006
I might be wrong, but isn't this what [runAsHostUser](https://game.ci/docs/github/test-runner#runashostuser) is for? (unity-builder also supports this configuration option)