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