From 2cb7747bef105c118d720632ed7596ae43d181af Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:39:17 +0100 Subject: [PATCH] Update move-to-main-repo.yaml --- .github/workflows/move-to-main-repo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index e185985..d4b1677 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 with: ref: main - token: ${{ github.token }} + token: ${{ secrets.GH_MERGE_PAT }} - name: List Issues in Repository id: list_issues @@ -107,7 +107,8 @@ jobs: - name: Push uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.PAT }} + github_token: ${{ secrets.GH_MERGE_PAT }} repository: community-scripts/ProxmoxVE branch: test force: true +