diff --git a/entrypoint.sh b/entrypoint.sh index 3ccc9ca..f1918e3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,4 +26,6 @@ file_env() { file_env "GITHUB_COM_TOKEN" +export GOPRIVATE=coopcloud.tech + exec "$@"