File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ mv "${TMP_CHGLOG}" "${CHGLOG_FILE}"
3131# push changes
3232git config --global user.name ' github-actions[bot]'
3333git config --global user.email ' github-actions[bot]@users.noreply.github.com'
34+
35+ # Configure the remote with the token
36+ git remote set-url origin " https://x-access-token:${GH_TOKEN} @github.com/${GITHUB_REPOSITORY} .git"
37+
3438git add pyproject.toml uv.lock " ${CHGLOG_FILE} "
3539COMMIT_MSG=" chore: bump version to ${TARGET_VERSION} [skip ci]"
3640git commit -m " ${COMMIT_MSG} "
Original file line number Diff line number Diff line change 6161 GH_TOKEN : ${{ steps.app-token.outputs.token }}
6262 TARGET_VERSION : ${{ needs.pre-release-check.outputs.TARGET_TAG_V }}
6363 CHGLOG_FILE : CHANGELOG.md
64+ GITHUB_REPOSITORY : ${{ github.repository }}
6465 run : ./.github/scripts/release.sh
6566 shell : bash
You can’t perform that action at this time.
0 commit comments