diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c0f2e293e..166796400 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -64,7 +64,7 @@ jobs: git config --global user.name "GitHub Actions" - name: Create PR if files found - if: env.files_found == 'true' + env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} run: |