Environment variables set on Runner deployments are not available in workflow templates #3114
Unanswered
JossWhittle
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a potential bug around the interaction between ARC runners and github workflows.
In the deployment of our runners we provide them with environment variables for our proxy.
When a workflow job executes on the runner the environment variables are available to commands executed on the runner.
But the template engine is not aware that these variables exist.
A work around seems to be to explicitly forward the variables from the shell into the GITHUB_ENV variable which is made available to the template engine before the next step executes.
Is this by design? Is there a neater way of handling this?
Beta Was this translation helpful? Give feedback.
All reactions