From ab26478e1944f721f8ac4d59a6f012f4b8fd6d58 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 11:58:34 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c45af86dd..8c2251ac8 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -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