diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 8c2251a..b6e59f4 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -77,7 +77,7 @@ jobs: - name: Create PR if files found env: - TOKEN: ${{ steps.generate-token.outputs.token }} + TOKEN: ${{ secrets.MAIN_REPO_WF }} run: | script_name="wf-test" target_repo="community-scripts/ProxmoxVE"