From 165440bb9920d9fdee7e56a7a188ede1cc984e9e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 11 Mar 2025 10:14:18 +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 4a82cc2..bb9f3f2 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -73,7 +73,7 @@ jobs: - name: Tets uses: nkoppel/push-files-to-another-repository@v1.1.4 env: - API_TOKEN_GITHUB: ${{ secrets.MAIN_REPO_WF }} + API_TOKEN_GITHUB: ${{ secrets.MAIN_REPO_WF_PERSONAL }} with: source-files: "ct/${{ env.script_name }}.sh,install/${{ env.script_name }}-install.sh,json/${{ env.script_name }}.json" destination-repository: "community-scripts/ProxmoxVE"