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