Hello,
I am trying to expose a value and use it in the script which is attached to the build process of my application. I have a script that exposes the value:
envman add --key MAPS_API_KEY_DEV --value "$IOS_GOOGLE_MAPS_API_KEY_DEV"
However, when I run the workflow with remote access I can’t see the value with printenv
. Also when I try to run envman
on the remote machine it says that the command was not found. Any suggestions?