How to pass secrets into vm #1068
-
I'm trying to run an Agent in a lima vm (github actions runner to be precise), and this agent uses an API token to authenticate with a service (github.com). What's the best suggested way of passing in the API Token into the vm without hardcoding it in the instance config? |
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Sep 27, 2022
Replies: 1 comment
-
The host home directory is visible to the guest, so you can just pass the secret file from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkihiroSuda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The host home directory is visible to the guest, so you can just pass the secret file from there.