Hi, I am getting this "failed to clone" error when...
# help
n
Hi, I am getting this "failed to clone" error when trying to configure a git repo as storage, I know for a fact that the credentials are correct for a user with write access to the repo, I even tried hardcoding the password and making the repo public, all attempts returning the same error, any ideas of what I am doing wrong?
d
Hi, Have you tried using a GitHub access token as a password?
n
I got it working with a GH access token, the last thing I need to figure out is how one might load variable like "${GITHUB_ACCESS_TOKEN}" so it's available to the config?
d
You can create a config file with placeholders that read their values from the environment by using the syntax ${VARIABLE}.