diff --git a/.github/workflows/updateChangelogs.yaml b/.github/workflows/updateChangelogs.yaml index 0783ba4fa..1001f1db1 100644 --- a/.github/workflows/updateChangelogs.yaml +++ b/.github/workflows/updateChangelogs.yaml @@ -22,6 +22,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 + token: ${{ steps.app-token.outputs.token }} - name: Set up Python uses: actions/setup-python@v5 @@ -42,8 +45,8 @@ jobs: - name: Add GitHub Actions credentials run: | - git config --global user.name "GitHub Actions" - git config --global user.email "actions@github.com" + git config user.name github-actions + git config user.email github-actions@github.com - name: Commit and Push Changes run: |