Best Practice for Passing Keys to js_run_binary #1188
Unanswered
jestapinski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Just wanted to get some guidance on this. We have a script we run via
js_run_binary
and want to supply some secrets to it via CI. Seems like a pattern is to use--define
or--action-env
and then pass via theenv
argument. Any other tips or recommendations to pull something in automatically that exists in the outside environment?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions