This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:56:40 +01:00
parent 9b1165f703
commit 8316ebe5fa

View File

@ -96,7 +96,8 @@ jobs:
git commit -m "$commit_message"
git config --unset-all http.https://github.com/.extraheader
echo $TOKEN > mytoken.txt
gh auth login --with-token < mytoken.txt
git remote add upstream https://github.com/${target_repo}.git
git fetch upstream
git push upstream "$branch_name"