From bbf0659eddc558a4e8d8ff1c62c7d3d7aa3dd7b9 Mon Sep 17 00:00:00 2001 From: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:11:15 +0530 Subject: [PATCH] Update author.yaml --- .github/workflows/author.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/author.yaml b/.github/workflows/author.yaml index 230695c..0e1baf2 100644 --- a/.github/workflows/author.yaml +++ b/.github/workflows/author.yaml @@ -35,12 +35,12 @@ jobs: - name: Commit changes run: | cd ./analyze - git config --global user.email "work.avinesh@gmail.com" - git config --global user.name "wAvinesh" + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions" git add author.json git commit -m "Update author.json" author.json echo "https://${{ secrets.GITH }}@github.com/AvineshTripathi/cred.git HEAD:main" - git push + git push https://${{ secrets.GITHUB_TOKEN }}@github.com/AvineshTripathi/cred.git HEAD:main - name: Create pull request run: |