diff --git a/.github/workflows/generateJson.yml b/.github/workflows/generateJson.yml index fb7d2069..0cb43994 100644 --- a/.github/workflows/generateJson.yml +++ b/.github/workflows/generateJson.yml @@ -43,13 +43,13 @@ jobs: - name: Commit files report run: | - git config --local user.email "actions@github.com" - git config --local user.name "Github Actions" + git config --local user.email "mazipanneh@gmail.com" + git config --local user.name "mazipan" git add -A git commit -m "✅ by Github Actions" - name: GitHub Push uses: ad-m/github-push-action@v0.5.0 with: - github_token: "${{ secrets.GITHUB_TOKEN }}" + github_token: "${{ secrets.PERSONAL_TOKEN }}" force: true