From b6e55fdcda8b9c68f1a904c86fc98ad90ce97ed5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 09:23:43 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 7df785d..0ac22c4 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -106,6 +106,8 @@ jobs: git status + unset GH_TOKEN + echo ${{ secrets.MAIN_REPO_WF }} > mytoken.txt gh auth login --with-token < mytoken.txt