From 8316ebe5fa2b9859bceaa03715f4e0cf096ef8ba Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:56:40 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index a96c568..c45af86 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -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"