Unable to access build time secrets
I have defined some build time variables and secrets. However, in my build script, I am only able to access vriables via
process.env.VARIABLE_NAME
but not secrets. How to access the secrets?0 Replies