How to fetch a secret file secret or decrypt an exist file? #1638
Replies: 2 comments
-
Hey Leo, yes, you can encrypt it with encrypt-file. After that, you can decrypt it in Pre-build script section, just save the password in an environment variable, you can check more about it here |
Beta Was this translation helpful? Give feedback.
0 replies
-
I solved using this code:
|
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.
-
Hi, I've got a game to deploy that is on a public repo on GitHub.
There a file in the repo that needs to be decrypted with https://github.com/brunocampos01/encrypt-file before the app runs.
Is there a way to do so? Or is there a way to import this secret file directly in codemagic?
Beta Was this translation helpful? Give feedback.
All reactions