diff --git a/makes/docs/deploy/entrypoint.sh b/makes/docs/deploy/entrypoint.sh index 83f4afb4..9541ad2b 100644 --- a/makes/docs/deploy/entrypoint.sh +++ b/makes/docs/deploy/entrypoint.sh @@ -17,7 +17,7 @@ function main { : \ && echo "${domain}" > "${cname_path}" \ && args+=( - --github-remote + --remote-name "https://${GITHUB_TOKEN}@github.com/fluidattacks/makes.git" ) fi \