Update access token for git push in workflow
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled

This commit is contained in:
Aniruddha 2026-01-12 18:24:44 +05:30 committed by GitHub
parent ab858880f7
commit d817a0452b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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://saketongit:${{ secrets.DAPPBUNDLE_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"