Open
Description
I need to be able to access a specific environment variable (it's a Percy API key) in an invocation of buck test //...
in GitHub actions, but I'm having some trouble. It doesn't look like there's a way to forward an environment variable from the containing environment? Is there, and I'm just missing something?