This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:58:34 +01:00
parent 8316ebe5fa
commit ab26478e19

View File

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