This message was deleted.
# atlantis-community
s
This message was deleted.
j
You can load up the git credentials as environment variables: https://www.runatlantis.io/docs/custom-workflows.html#environment-variable-env-command
this 1
and then pass them into your command like:
git clone https://${GIT_USER_ENV_VAR_NAME}:${GIT_TOKEN_ENV_VAR_NAME}@github.com/........
f
Because the credentials in Atlantis config are not exposed.
I'll do as you suggested.
Thank you very much.