diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index a925531..e185985 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: ${{ secrets.MAIN_REPO_WF }} + github_token: ${{ secrets.PAT }} repository: community-scripts/ProxmoxVE branch: test force: true