diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index ff9e2545..a9255314 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -107,7 +107,7 @@ jobs: - name: Push uses: ad-m/github-push-action@master with: - github_token: ${{ steps.app-token.outputs.token }} + github_token: ${{ secrets.MAIN_REPO_WF }} repository: community-scripts/ProxmoxVE branch: test force: true