diff --git a/.github/workflows/updateChangelogs.yaml b/.github/workflows/updateChangelogs.yaml index abafeec76..b3201d2ae 100644 --- a/.github/workflows/updateChangelogs.yaml +++ b/.github/workflows/updateChangelogs.yaml @@ -31,7 +31,7 @@ jobs: - name: Commit and Push Changes env: - TOKEN: ${{ secrets.PAT_TOKEN }} + TOKEN: ${{ secrets.GITHUB_ACTION_KEY }} run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"