From 97db2b917467e82a38fa9f0cbf1ef8082c2fe330 Mon Sep 17 00:00:00 2001 From: Liren Date: Mon, 1 Jul 2024 14:12:32 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f5c629c..3330155 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -309,7 +309,7 @@ do export GHRS_GITHUB_API_TOKEN="${INPUT_OWNTOKEN}" set +e - git push --set-upstream origin "${DATA_BRANCH_NAME}" + git push --set-upstream origin https://rhinempi:${INPUT_OWNTOKEN}@github.com/rhinempi/github-repo-stats.git PUSH_ECODE=$? set -e set +x