diff --git a/.github/workflows/update_changelog.yml b/.github/workflows/update_changelog.yml index 9e66c40..af6cc4c 100644 --- a/.github/workflows/update_changelog.yml +++ b/.github/workflows/update_changelog.yml @@ -18,6 +18,8 @@ jobs: with: ref: ${{ github.event.pull_request.base.ref }} fetch-depth: 0 + # Prevent later git operations from reusing the same authentication + persist-credentials: false - name: Extract and update Changelog id: modify-changelog