Replies: 2 comments 3 replies
-
Hi @mregnauld, The encryption tool is now replaced with an easier and less confusing option. Please go to the Environment variables section in the UI and create a variable name and put in its value. Mark the "Secure" checkbox and create a group name and add it. The generated group name must be used in the yaml file just like in the sample snippet. Here is a doc about it. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm new to Codemagic, and I want to use it to automatically build, test and deploy my Flutter app.
Following this tutorial, I would like to encrypt some variables and add them in my
codemagic.yaml
file, using the Encrypt environnement variables utility, as shown in the tutorial.But it looks like it's an old interface, and I can't find it anywhere anymore.
So how can I encrypt sensitive variables and add them in my
codemagic.yaml
file, using theEncrypted()
command?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions