Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker command fails for some unity passwords in Github Actions #657

Open
william-dafriend opened this issue Jul 10, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@william-dafriend
Copy link

Bug description

When running the github action to build a unity project, the password can be seen in clear text in the debug output. Unlike the other values, it is not obfuscated. The docker command fails with "docker run" requires at least 1 argument, possibly due to the password not being properly escaped.

How to reproduce

Use a password with special characters, such as \

Expected behavior

The password is obfuscated and the command runs.

@william-dafriend william-dafriend added the bug Something isn't working label Jul 10, 2024
@mfbrantner
Copy link

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 password without any special characters (mixed-case alphanumeric characters only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants