Hi,
I would like to know if there is a way to encrypt data such as service keys that are required to run my tests. Thanks!
Cheers,
Fran.
Hi,
I would like to know if there is a way to encrypt data such as service keys that are required to run my tests. Thanks!
Cheers,
Fran.
Hi Fran,
I think the best way to do this would be to store these things as ENVARS and then call them out during the build. ENVARS are stored encrypted on our end already.
https://circleci.com/docs/environment-variables
Best,
Lev