From 04c071c29129a4e4549041df919a48cb06f08f36 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 13:12:03 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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