From d320db2d042283233236f6d5ad35c55d941baf44 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 11 Nov 2021 06:30:33 +0530 Subject: [PATCH] ci: use git command to config git creds --- .github/workflows/build_stable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_stable.yml b/.github/workflows/build_stable.yml index 4f091fdf..f46ef596 100644 --- a/.github/workflows/build_stable.yml +++ b/.github/workflows/build_stable.yml @@ -135,7 +135,9 @@ jobs: ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }} - name: Setup Git Credentials - uses: fregante/setup-git-user@v1 + run: | + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" - name: Release run: |