diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index e677b70..fa65042 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: ${{ secrets.MAIN_REPO_WF }} + TOKEN: ${{ steps.generate-token.outputs.token }} run: | script_name="wf-test" target_repo="community-scripts/ProxmoxVE"