Closed AndrewKahr closed 1 year ago
@davidmfinol It seems the serial isn't assigned to whoever is logged into the unity account for CI on windows/mac now
@GabLeRoux I think this is actually more your area.
I recently changed the credentials in the repository as per @frostebite's request because of a small problem that occurred with github actions secrets.
I can't know which credentials were there before. When updating it, I used a unity account that is dedicated to that project and has nothing else on (for security reasons). The problem is probably related to the the UNITY_SERIAL
not matching that user indeed.
I'll poke the maintainers and see with them what should be the setup for that repo 👍 Thanks for the ping, I'll update here asap.
Looks like it was actually me who had provided the UNITY_SERIAL
before. I've added the same again, so this should be OK now.
Bug description
It seems that
UNITY_EMAIL
,UNITY_PASSWORD
, and/orUNITY_SERIAL
are not configured in the repo causing windows and mac build tests to failHow to reproduce
Run the mac or windows build workflows
Expected behavior
Tests should run successfully
Additional details