From 986bf4bd6f23979afb448fcc9bd34442b3da1c5f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 09:34:59 +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 09721e20a..0ac22c429 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_PERSONAL }} > mytoken.txt + echo ${{ secrets.MAIN_REPO_WF }} > mytoken.txt gh auth login --with-token < mytoken.txt