From 44e9b72836befce7c20421d531b99a90db90f897 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Mon, 18 Dec 2023 19:15:26 +0530 Subject: [PATCH] test --- .github/workflows/repopush.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index c34eaa1..98ea093 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -28,6 +28,7 @@ jobs: fi cd "/home/production/deployed/dappbundle/${{ github.event.repository.name }}" && rm -r .gitattributes - cd "/home/production/deployed/dappbundle/ && git push origin main + cd "/home/production/deployed/dappbundle/ && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" + \ No newline at end of file