From 1bef5f6a4bb70d050d72c74b258297995c60183d Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 26 Oct 2020 07:50:23 +0530 Subject: [PATCH] Updated --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 52a5cd9..238d093 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,6 +73,7 @@ if [ "$localCache" == "true" ]; then if [ "$(git status --porcelain)" != "" ]; then git add gitea.json -f git commit -m "Updated / Created Gitea Local Repository Cache" - git push origin + #git push origin + git push "https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY" fi fi