diff --git a/.github/workflows/release-and-deploy.yml b/.github/workflows/release-and-deploy.yml index 40bff33..e0e83d6 100644 --- a/.github/workflows/release-and-deploy.yml +++ b/.github/workflows/release-and-deploy.yml @@ -143,6 +143,11 @@ jobs: version: ${{ inputs.release_version }} operation: read + - name: Unset git extraheader (prevent duplicate Authorization) + run: | + git config --global --unset http.https://github.com/.extraheader || true + git config --local --unset http.https://github.com/.extraheader || true + # create the pull request - name: Create Pull Request uses: peter-evans/create-pull-request@v6