We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is difficult to mask multiline strings in GH Actions, and that handling has been incorrect to date.
Export an env var reporting a filename where the ssh key can be accessed.
The file can be created in os.Getenv('RUNNER_TEMP')
os.Getenv('RUNNER_TEMP')
The text was updated successfully, but these errors were encountered:
(both public and private keys should work this way)
Since the public key does not contain newlines, we could include it in a variable.
Sorry, something went wrong.
There are some problems with the current approach (v0.6.0):
2021/02/21 21:31:50 open /home/runner/work/_temp/id_rsa_411056339: no such file or directory
Are you still able to reproduce this issue?
Successfully merging a pull request may close this issue.
It is difficult to mask multiline strings in GH Actions, and that handling has been incorrect to date.
Export an env var reporting a filename where the ssh key can be accessed.
The file can be created in
os.Getenv('RUNNER_TEMP')
The text was updated successfully, but these errors were encountered: