ci: add origin remote (#101)
Create Release Commit / prepare (push) Failing after 36s Details

Release-As: v0.5.3
Reviewed-on: #101
Co-authored-by: servostar <sven.vogel123@web.de>
Co-committed-by: servostar <sven.vogel123@web.de>
This commit is contained in:
Sven Vogel 2024-11-25 14:30:27 +00:00 committed by Sven Vogel
parent cc855667cc
commit 6b8ecbfc8a
1 changed files with 2 additions and 1 deletions

View File

@ -27,11 +27,12 @@ jobs:
echo "==> Tagging for version: ${VERSION}" echo "==> Tagging for version: ${VERSION}"
echo "::group::{Configure git credential store}" echo "::group::{Configure git credential store}"
git config --global credential.helper store git config --global credential.helper store
echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}}@${{github.repositoryUrl}}" > ~/.git-credentials echo "https://${USERNAME}:${{secrets.RELEASE_TOKEN}}@git.montehaselino.de/DHBW/dhbw-abb-typst-template" > ~/.git-credentials
echo "::endgroup::" echo "::endgroup::"
echo "::group::{Configure git user identity}" echo "::group::{Configure git user identity}"
git config --global user.name "${USERNAME}" git config --global user.name "${USERNAME}"
git config --global user.email "${EMAIL}" git config --global user.email "${EMAIL}"
git remote set-url --push origin https://git.montehaselino.de/DHBW/dhbw-abb-typst-template
echo "::endgroup::" echo "::endgroup::"
echo "::group::{Modify metadata}" echo "::group::{Modify metadata}"
echo "==> Update typst.toml version" echo "==> Update typst.toml version"