From 77bcff665255a310ad7b30c6d5573436401a6cb1 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 10 Jan 2025 00:53:26 +0700 Subject: [PATCH] Revert "Update changelog.yml" This reverts commit 94b4d2812c013923f45e217e136832fce6972505. --- .github/workflows/changelog.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d1b44353f..ece818223 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 ref: master - # token: ${{ secrets.REPO_TOKEN }} + token: ${{ secrets.REPO_TOKEN }} - name: Generate a changelog uses: orhun/git-cliff-action@v4 @@ -31,10 +31,10 @@ jobs: - name: Commit changelog run: | - git checkout -b changelog - git config user.name 'github-actions[bot]' - git config user.email 'github-actions[bot]@users.noreply.github.com' + git checkout master + git config user.name 'belomaxorka' + git config user.email 'roman25052006.kelesh@gmail.com' set +e git add CHANGELOG.md git commit -m "Update CHANGELOG.md 📖" - git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git changelog + git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git master