You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be an idea to be able to encrypt via environment variables?
git-crypt unlock $GITCRYPT_SYMETRIC_KEY
Now that gitlab-ci is able properly secure these, "Secret Variables; These variables will be set to environment by the runner. So you can use them for passwords, secret keys or whatever you want."
would it be an idea to be able to encrypt via environment variables?
git-crypt unlock $GITCRYPT_SYMETRIC_KEY
Now that gitlab-ci is able properly secure these, "Secret Variables; These variables will be set to environment by the runner. So you can use them for passwords, secret keys or whatever you want."
Now, I store them as base64 encoded in the var
The text was updated successfully, but these errors were encountered: