From a6947f85d99b0f167f16d6e24a88ba087a189c3d Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 09:29:05 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 0ac22c4..09721e2 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -108,7 +108,7 @@ jobs: unset GH_TOKEN - echo ${{ secrets.MAIN_REPO_WF }} > mytoken.txt + echo ${{ secrets.MAIN_REPO_WF_PERSONAL }} > mytoken.txt gh auth login --with-token < mytoken.txt