From 66c96f06ea209f58f62fa96169b9a0ad5bc5682f Mon Sep 17 00:00:00 2001 From: Aniruddha Date: Tue, 13 Jan 2026 01:23:15 +0530 Subject: [PATCH] Change git push user in repopush workflow --- .github/workflows/repopush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repopush.yml b/.github/workflows/repopush.yml index 0a6934d..e89ec65 100644 --- a/.github/workflows/repopush.yml +++ b/.github/workflows/repopush.yml @@ -29,4 +29,4 @@ jobs: cd ${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle && git clone https://github.com/ranchimall/${{ github.event.repository.name }} cd "${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/${{ github.event.repository.name }}" && rm -rf .gitattributes .git .github .gitignore - cd ${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://ranchimalldev:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git" + cd ${{ secrets.DEPLOYMENT_LOCATION}}/dappbundle/ && git add . && git commit -m "Workflow updating files of ${{ github.event.repository.name }}" && git push "https://saketongit:${{ secrets.RM_ACCESS_TOKEN }}@github.com/ranchimall/dappbundle.git"