You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My feature depends on a secret. For that reason, I can not put it in plain text. Is there currently a way to pass an external args? In GHA, would be easy to set using devcontainer features test -f secret-feature --args ${{ secrets.MY_TOKEN }}
The text was updated successfully, but these errors were encountered:
Are you looking to be able to add remoteEnv variables to a container via the command line when testing? (ie: Should these be environment variables in the running container?)
That's not something we have wired up in the test command currently, but seems like a useful feature
My feature depends on a secret. For that reason, I can not put it in plain text. Is there currently a way to pass an external args? In GHA, would be easy to set using
devcontainer features test -f secret-feature --args ${{ secrets.MY_TOKEN }}
The text was updated successfully, but these errors were encountered: