What's the best way to get environment variables and secrets to the runner? #509
Answered
by
kichik
4dahalibut
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Usually environments variables and secrets would be coming from the GitHub Actions side as configuration. AWS specific secrets should ideally be accessed with the configure-aws-credentials action. Can you please share a little bit more about your use case so I can understand why you'd want it to come from the runner side? I also think you should already be able to use runner hooks to accomplish this. Something like:
But something a bit more streamlined might be in order. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using the codebuild runner and it seems like there is no access to the build environment or for passing in secrets, because these properties are not surfaced through the runner properties.
Beta Was this translation helpful? Give feedback.
All reactions