Locally encrypt files to be used in environment.vars
#1978
Replies: 2 comments 1 reply
-
base64 is not a valid encryption format (it's not even an encryption, but just encoded string using printable characters). Check next page how to add secrets to your workflow https://docs.codemagic.io/yaml-basic-configuration/configuring-environment-variables/ Please also note that |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @WernerRaathAtPolymorph, |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
codemagic.yaml
file:qa
and see a build has started, but it hangs foreverENCRYPTED_VAR
was created by doing a base64 encoding ofsome##Really00Complicated==String_
and wrapping it withinEncrypted(...)
.Expected results
I expect:
Actual results
My pipeline just hangs on
Preparing build machine
and times out after +- 10min, where the step logs only show:Build id (optional)
64df5d26a1615fab2fd74ec7
Beta Was this translation helpful? Give feedback.
All reactions